forked from robertwilczynski/nChronic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (44 loc) · 780 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
45
46
47
48
49
50
51
*.user
*.dep
*.aps
*.vbw
*.suo
*.obj
*.ncb
*.plg
*.bsc
*.ilk
*.exp
*.sbr
*.opt
*.idb
*.pch
*.res
*.user
*.sln.cache
*.dotCover
# ============== Build artifacts
# Source/*/bin/ - why the hell doesn't this work?
# Source/*/obj/ - why the hell doesn't this work?
# below will affect bins and objs in tools too - that's why this has been added to Source/.gitignore for now
#*\bin
#*\obj
# ============== Resharper
*.resharper
*\_ReSharper*
*.resharperoptions
*_ReSharper*
# ============== Visual Source Safe
*.vspscc
*.vsssccc
*.scc
# ============== Coderush/!Refactor
# ============== NCrunch
*.ncrunchproject
*.ncrunchsolution
# ============== Project specific ignores
src/packages
build
/src/Chronic/Chronic.*.nupkg
/src/Chronic/Chronic.nuspec
/src/Chronic/nubuild.ps1