-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (66 loc) · 1.01 KB
/
.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# OS junk
[Tt]humbs.db
*.DS_Store
# Visual Studio
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
*_Report.htm
ipch/
obj/
[Bb]in/
[Dd]ebug/ # removed the * so DebugNoRef would be caught
[Rr]elease*/
Ankh.NoLoad
# Tooling
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*
*DXCore.Solution
*sln.ide/
*.sln.ide
# Project
[Bb]uild/
*.tmp_proj
# Subversion
.svn
# Office Temp
~$*
#NuGet
packages/
# Lightswitch
*.lsproj.user
# ServiceConfiguration.cscfg # not including this caused me problems when the csdef was included!
# _Pvt_Extensions/ # need this commented out with the next line enabled for build server to work with LS projects
LsPkgLastWriteTime.txt
GeneratedArtifacts/
# PowerGREP Backup files
Backup*
# file exceptions
!Bin/Data/ApplicationDatabase.mdf
!Bin/Data/ApplicationDatabase_log.ldf
*.jcsettings.xml
/.nuget/NuGet.exe
*.wadcfg
*.jtconfig
*.FileListAbsolute.txt
*/ModelManifest.xml
*.jmconfig