forked from GiveCampUK/GiveCRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (44 loc) · 931 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
obj
bin
deploy
*.csproj.user
*.suo
*.cache
~$*
*~
*ReSharper*
!GiveCRM.6.0.resharper
*.swp
*.testsettings
TestResults/*
*.dbmdl
Releases/2*
*.pidb
*.docstates
test-results
apply_config.bat
NDependOut
*.dotCover
*_mm_cache.bin
src/*/sql/debug
src/*/sql/release
.DS_Store
*.user
*.crunchproject.local.xml
*.crunchsolution.local.xml
team.txt
*.orig
package
packages
!/src/packages/repositories.config
/src/GiveCRM.DataAccess/StyleCop.Cache
/src/GiveCRM.Database/StyleCop.Cache
/src/GiveCRM.DummyDataGenerator/StyleCop.Cache
/src/GiveCRM.ImportExport/GiveCRM.ImportExport.Test/StyleCop.Cache
/src/GiveCRM.ImportExport/GiveCRM.ImportExport.TestApp/StyleCop.Cache
/src/GiveCRM.ImportExport/GiveCRM.ImportExport/StyleCop.Cache
/src/GiveCRM.Models/StyleCop.Cache
/src/GiveCRM.Web.Tests/StyleCop.Cache
/src/GiveCRM.Web/StyleCop.Cache
/src/StyleCop.Cache
/src/GiveCRM.DataAccess.Test/StyleCop.Cache