1+ # Custom NuGet ignores are BELOW this section. Ctrl-F for ENDSTD to jump there
2+
3+ # # --
4+ # # "Official" Git Ignore file for Visual Studio follows, copied from the following:
5+ # # https://raw.githubusercontent.com/github/gitignore/cfc9ce4e6d0320612358445b71a0d5f465c53ff8/VisualStudio.gitignore
6+ # # --
7+ # # Ignore Visual Studio temporary files, build results, and
8+ # # files generated by popular Visual Studio add-ons.
9+
10+ # User-specific files
11+ * .suo
12+ * .user
13+ * .sln.docstates
14+ .vs /config /applicationhost.config
15+
16+ # Build results
17+ [Dd ]ebug /
18+ [Dd ]ebugPublic /
19+ [Rr ]elease /
20+ [Rr ]eleases /
21+ x64 /
22+ build /
23+ bld /
24+ [Bb ]in /
25+ [Oo ]bj /
26+
27+ # Roslyn cache directories
28+ * .ide /
29+
30+ # MSTest test Results
31+ [Tt ]est [Rr ]esult * /
32+ [Bb ]uild [Ll ]og. *
33+
34+ # NUNIT
35+ * .VisualState.xml
36+ TestResult.xml
37+
38+ # Build Results of an ATL Project
39+ [Dd ]ebugPS /
40+ [Rr ]eleasePS /
41+ dlldata.c
42+
43+ * _i.c
44+ * _p.c
45+ * _i.h
46+ * .ilk
47+ * .meta
48+ * .obj
49+ * .pch
50+ * .pdb
51+ * .pgc
52+ * .pgd
53+ * .rsp
54+ * .sbr
55+ * .tlb
56+ * .tli
57+ * .tlh
58+ * .tmp
59+ * .tmp_proj
60+ * .log
61+ * .vspscc
62+ * .vssscc
63+ .builds
64+ * .pidb
65+ * .svclog
66+ * .scc
67+
68+ # Chutzpah Test files
69+ _Chutzpah *
70+
71+ # Visual C++ cache files
72+ ipch /
73+ * .aps
74+ * .ncb
75+ * .opensdf
76+ * .sdf
77+ * .cachefile
78+
79+ # Visual Studio profiler
80+ * .psess
81+ * .vsp
82+ * .vspx
83+
84+ # TFS 2012 Local Workspace
85+ $tf /
86+
87+ # Guidance Automation Toolkit
88+ * .gpState
89+
90+ # ReSharper is a .NET coding add-in
91+ _ReSharper * /
92+ * . [Rr ]e [Ss ]harper
93+ * .DotSettings.user
94+
95+ # JustCode is a .NET coding addin-in
96+ .JustCode
97+
98+ # TeamCity is a build add-in
99+ _TeamCity *
100+
101+ # DotCover is a Code Coverage Tool
102+ * .dotCover
103+
104+ # NCrunch
105+ _NCrunch_ *
106+ . * crunch * .local.xml
107+
108+ # MightyMoose
109+ * .mm. *
110+ AutoTest.Net /
111+
112+ # Web workbench (sass)
113+ .sass-cache /
114+
115+ # Installshield output folder
116+ [Ee ]xpress /
117+
118+ # DocProject is a documentation generator add-in
119+ DocProject /buildhelp /
120+ DocProject /Help /* .HxT
121+ DocProject /Help /* .HxC
122+ DocProject /Help /* .hhc
123+ DocProject /Help /* .hhk
124+ DocProject /Help /* .hhp
125+ DocProject /Help /Html2
126+ DocProject /Help /html
127+
128+ # Click-Once directory
129+ publish /
130+
131+ # Publish Web Output
132+ * . [Pp ]ublish.xml
133+ * .azurePubxml
134+ # # TODO: Comment the next line if you want to checkin your
135+ # # web deploy settings but do note that will include unencrypted
136+ # # passwords
137+ * .pubxml
138+
139+ # NuGet Packages
140+ packages /*
141+ * .nupkg
142+ # # TODO: If the tool you use requires repositories.config
143+ # # uncomment the next line
144+ # !packages/repositories.config
145+
146+ # Enable "build/" folder in the NuGet Packages folder since
147+ # NuGet packages use it for MSBuild targets.
148+ # This line needs to be after the ignore of the build folder
149+ # (and the packages folder if the line above has been uncommented)
150+ ! packages /build /
151+
152+ # Windows Azure Build Output
153+ csx /
154+ * .build.csdef
155+
156+ # Windows Store app package directory
157+ AppPackages /
158+
159+ # Others
160+ sql /
161+ * .Cache
162+ ClientBin /
163+ [Ss ]tyle [Cc ]op. *
164+ ~$ *
165+ * ~
166+ * .dbmdl
167+ * .dbproj.schemaview
168+ * .pfx
169+ * .publishsettings
170+ node_modules /
171+
172+ # RIA/Silverlight projects
173+ Generated_Code /
174+
175+ # Backup & report files from converting an old project file
176+ # to a newer Visual Studio version. Backup files are not needed,
177+ # because we have git ;-)
178+ _UpgradeReport_Files /
179+ Backup * /
180+ UpgradeLog * .XML
181+ UpgradeLog * .htm
182+
183+ # SQL Server files
184+ * .mdf
185+ * .ldf
186+
187+ # Business Intelligence projects
188+ * .rdl.data
189+ * .bim.layout
190+ * .bim_ * .settings
191+
192+ # Microsoft Fakes
193+ FakesAssemblies /
194+
195+ # -- END OF Standard Git Ignore file [ENDSTD] -- #
196+
197+ * .orig
198+ * .vs10x
199+ src /Server /Packages /* .nupkg
200+ src /Server /Server.Publish.xml
201+ DebugConstants.cs
202+ * .log
203+ * .userprefs
204+ src /VsExtension /source.extension.vsixmanifest
205+ ! packages /Microsoft.Web.Xdt.1.0.0-alpha /
0 commit comments