-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
56 lines (46 loc) · 785 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
54
55
56
# Shamelessly stolen from http://gist.github.com/114476
# .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
.gitold
# Standard VS.NET and ReSharper Foo
obj/
bin/
*.csproj.user
*ReSharper*
*resharper*
*.suo
*.cache
Thumbs.db
# Source control stuff
*.vspscc
*.vssscc
*.scc
*.SCC
_sgbak/
# Don't automatically add .sln files
*.sln
# Don't automatically add DLLs
*.DLL
*.dll
# Other useful stuff
*.bak
*.cache
*.log
*.swp
*.user
_compareTemp
_notes
aspnet_client
httpd.parse.errors
# Office Temp Files
~$*
# Miscellaneous
IQFeedConnectInfo.cs
# If you have a deploy folder
# deploy
# deploy/*
# Exclude ALL DLLs? (
# *.dll