Skip to content

Commit af7533f

Browse files
committed
updating gitignore
2 parents 5355bd1 + f41a572 commit af7533f

1 file changed

Lines changed: 148 additions & 0 deletions

File tree

.gitignore

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
5+
/bin/Debug
6+
/obj/Debug
7+
/.vs/
8+
/.vs/SQL2017_BidsHelper/v14/.suo
9+
/.vs/SQL2017_VS2017_BidsHelper/v15/sqlite3/storage.ide
10+
/.vs/SQL2017_VS2017_BidsHelper/v15/.suo
11+
/UpgradeLog.htm
12+
/SQL2017_VS2017_BidsHelper.user
13+
14+
# User-specific files
15+
*.suo
16+
*.user
17+
*.sln.docstates
18+
19+
# Build results
20+
21+
[Dd]ebug/
22+
[Rr]elease/
23+
x64/
24+
build/
25+
[Bb]in/
26+
[Oo]bj/
27+
[Pp]ackage/
28+
29+
# MSTest test Results
30+
[Tt]est[Rr]esult*/
31+
[Bb]uild[Ll]og.*
32+
33+
*_i.c
34+
*_p.c
35+
*.ilk
36+
*.meta
37+
*.obj
38+
*.pch
39+
*.pdb
40+
*.pgc
41+
*.pgd
42+
*.rsp
43+
*.sbr
44+
*.tlb
45+
*.tli
46+
*.tlh
47+
*.tmp
48+
*.tmp_proj
49+
*.log
50+
*.vspscc
51+
*.vssscc
52+
.builds
53+
*.pidb
54+
*.log
55+
*.scc
56+
57+
# Visual Studio profiler
58+
*.psess
59+
*.vsp
60+
*.vspx
61+
62+
# Guidance Automation Toolkit
63+
*.gpState
64+
65+
# ReSharper is a .NET coding add-in
66+
_ReSharper*/
67+
*.[Rr]e[Ss]harper
68+
69+
# TeamCity is a build add-in
70+
_TeamCity*
71+
72+
# DotCover is a Code Coverage Tool
73+
*.dotCover
74+
75+
# NCrunch
76+
*.ncrunch*
77+
.*crunch*.local.xml
78+
79+
# Installshield output folder
80+
[Ee]xpress/
81+
82+
# DocProject is a documentation generator add-in
83+
DocProject/buildhelp/
84+
DocProject/Help/*.HxT
85+
DocProject/Help/*.HxC
86+
DocProject/Help/*.hhc
87+
DocProject/Help/*.hhk
88+
DocProject/Help/*.hhp
89+
DocProject/Help/Html2
90+
DocProject/Help/html
91+
92+
# Click-Once directory
93+
publish/
94+
95+
# NuGet Packages Directory
96+
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
97+
packages/
98+
99+
# private libs
100+
libs/
101+
102+
# Windows Azure Build Output
103+
csx
104+
*.build.csdef
105+
106+
# Windows Store app package directory
107+
AppPackages/
108+
109+
# Others
110+
[Ll]ib/
111+
sql/
112+
*.Cache
113+
ClientBin/
114+
[Ss]tyle[Cc]op.*
115+
~$*
116+
*~
117+
*.dbmdl
118+
*.[Pp]ublish.xml
119+
*.pfx
120+
*.publishsettings
121+
[Tt]emp/
122+
123+
124+
# Backup & report files from converting an old project file to a newer
125+
# Visual Studio version. Backup files are not needed, because we have git ;-)
126+
_UpgradeReport_Files/
127+
Backup*/
128+
UpgradeLog*.XML
129+
UpgradeLog*.htm
130+
131+
#############
132+
## Windows detritus
133+
#############
134+
135+
# Windows image file caches
136+
Thumbs.db
137+
ehthumbs.db
138+
139+
# Folder config file
140+
Desktop.ini
141+
142+
# Recycle Bin used on file shares
143+
$RECYCLE.BIN/
144+
145+
# Mac crap
146+
.DS_Store
147+
148+

0 commit comments

Comments
 (0)