-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (50 loc) · 760 Bytes
/
.gitignore
File metadata and controls
61 lines (50 loc) · 760 Bytes
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
# .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
*.map
bin
[Oo]bj
[Bb]in
*.csproj.user
*ReSharper*
*resharper*
*.suo
*.cache
* Thumbs.db
*.chm
*.htm
# Other useful stuff
*.bak
*.cache
*.log
*.swp
*.user
*.generated.cs
_compareTemp
_notes
aspnet_client
httpd.parse.errors
# Office Temp Files
~$*
# If you have a deploy folder
deploy
deploy/*
obj/
# Exclude ALL DLLs?
*.dll
packages/*
.svn/
node_modules
*.min.js
*.min.css
.vs/
temp/
TestResult.xml
build
*.stackdump.cr/
sh.exe.stackdump
.cr/
out/