-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
53 lines (48 loc) · 869 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
52
53
# .gitignore for .NET projects
# Thanks to Derick Bailey
# http://www.lostechies.com/blogs/derickbailey/archive/2009/05/18/a-net-c-developer-s-gitignore-file.aspx
# Additional Thanks to
# - Alexey Abramov
# Standard VS.NET and ReSharper Foo
obj
bin
*.csproj.user
*ReSharper*
*resharper*
*.suo
*.cache
* Thumbs.db
# Other useful stuff
*.bak
*.cache
*.log
*.swp
*.user
_compareTemp
_notes
aspnet_client
httpd.parse.errors
# Office Temp Files
~$*
# If you have a deploy folder
deploy
deploy/*
build_artifacts
build_artifacts/*
build_output
build_output/*
# Visual Studio Tools
*.ncrunchproject
*.ncrunchsolution
*.nupkg
*.crunchproject.local.xml
*.crunchsolution.local.xml
*.ncrunchsolution
nCrunchTemp_*
tools/
src/.vs/
src/packages/
*_NCrunch_*
src/Fluency/Properties/AssemblyVersionInfo.cs
.vs/
packages/