1+ # # Java section
2+ # #
3+ # Compiled class file
4+ * .class
5+
6+ # Log file
7+ * .log
8+
9+ # BlueJ files
10+ * .ctxt
11+
12+ # Mobile Tools for Java (J2ME)
13+ .mtj.tmp /
14+
15+ # Package Files #
16+ # *.jar
17+ * .war
18+ * .nar
19+ * .ear
20+ * .zip
21+ * .tar.gz
22+ * .rar
23+
24+ # Dist folder
25+ * /dist /
26+
27+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
28+ hs_err_pid *
29+
30+
31+ # # Ignore Visual Studio temporary files, build results, and
32+ # # files generated by popular Visual Studio add-ons.
33+ # #
34+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
35+
36+ # User-specific files
37+ * .rsuser
38+ * .suo
39+ * .user
40+ * .userosscache
41+ * .sln.docstates
42+
43+ # User-specific files (MonoDevelop/Xamarin Studio)
44+ * .userprefs
45+
46+ # Mono auto generated files
47+ mono_crash. *
48+
49+ # Build results
50+ [Dd ]ebug /
51+ [Dd ]ebugPublic /
52+ [Rr ]elease /
53+ [Rr ]eleases /
54+ x64 /
55+ x86 /
56+ [Ww ][Ii ][Nn ]32 /
57+ [Aa ][Rr ][Mm ]/
58+ [Aa ][Rr ][Mm ]64 /
59+ bld /
60+ [Bb ]in /
61+ [Oo ]bj /
62+ [Ll ]og /
63+ [Ll ]ogs /
64+
65+ # Visual Studio 2015/2017 cache/options directory
66+ .vs /
67+ # Uncomment if you have tasks that create the project's static files in wwwroot
68+ # wwwroot/
69+
70+ # Visual Studio 2017 auto generated files
71+ Generated \ Files /
72+
73+ # MSTest test Results
74+ [Tt ]est [Rr ]esult * /
75+ [Bb ]uild [Ll ]og. *
76+
77+ # NUnit
78+ * .VisualState.xml
79+ TestResult.xml
80+ nunit- * .xml
81+
82+ # Build Results of an ATL Project
83+ [Dd ]ebugPS /
84+ [Rr ]eleasePS /
85+ dlldata.c
86+
87+ # Benchmark Results
88+ BenchmarkDotNet.Artifacts /
89+
90+ # .NET Core
91+ project.lock.json
92+ project.fragment.lock.json
93+ artifacts /
94+
95+ # ASP.NET Scaffolding
96+ ScaffoldingReadMe.txt
97+
98+ # StyleCop
99+ StyleCopReport.xml
100+
101+ # Files built by Visual Studio
102+ * _i.c
103+ * _p.c
104+ * _h.h
105+ * .ilk
106+ * .meta
107+ * .obj
108+ * .iobj
109+ * .pch
110+ * .pdb
111+ * .ipdb
112+ * .pgc
113+ * .pgd
114+ * .rsp
115+ * .sbr
116+ * .tlb
117+ * .tli
118+ * .tlh
119+ * .tmp
120+ * .tmp_proj
121+ * _wpftmp.csproj
122+ * .log
123+ * .vspscc
124+ * .vssscc
125+ .builds
126+ * .pidb
127+ * .svclog
128+ * .scc
129+
130+ # Chutzpah Test files
131+ _Chutzpah *
132+
133+ # Visual C++ cache files
134+ ipch /
135+ * .aps
136+ * .ncb
137+ * .opendb
138+ * .opensdf
139+ * .sdf
140+ * .cachefile
141+ * .VC.db
142+ * .VC.VC.opendb
143+
144+ # Visual Studio profiler
145+ * .psess
146+ * .vsp
147+ * .vspx
148+ * .sap
149+
150+ # Visual Studio Trace Files
151+ * .e2e
152+
153+ # TFS 2012 Local Workspace
154+ $tf /
155+
156+ # Guidance Automation Toolkit
157+ * .gpState
158+
159+ # ReSharper is a .NET coding add-in
160+ _ReSharper * /
161+ * . [Rr ]e [Ss ]harper
162+ * .DotSettings.user
163+
164+ # TeamCity is a build add-in
165+ _TeamCity *
166+
167+ # DotCover is a Code Coverage Tool
168+ * .dotCover
169+
170+ # AxoCover is a Code Coverage Tool
171+ .axoCover /*
172+ ! .axoCover /settings.json
173+
174+ # Coverlet is a free, cross platform Code Coverage Tool
175+ coverage * .json
176+ coverage * .xml
177+ coverage * .info
178+
179+ # Visual Studio code coverage results
180+ * .coverage
181+ * .coveragexml
182+
183+ # NCrunch
184+ _NCrunch_ *
185+ . * crunch * .local.xml
186+ nCrunchTemp_ *
187+
188+ # MightyMoose
189+ * .mm. *
190+ AutoTest.Net /
191+
192+ # Web workbench (sass)
193+ .sass-cache /
194+
195+ # Installshield output folder
196+ [Ee ]xpress /
197+
198+ # DocProject is a documentation generator add-in
199+ DocProject /buildhelp /
200+ DocProject /Help /* .HxT
201+ DocProject /Help /* .HxC
202+ DocProject /Help /* .hhc
203+ DocProject /Help /* .hhk
204+ DocProject /Help /* .hhp
205+ DocProject /Help /Html2
206+ DocProject /Help /html
207+
208+ # Click-Once directory
209+ publish /
210+
211+ # Publish Web Output
212+ * . [Pp ]ublish.xml
213+ * .azurePubxml
214+ # Note: Comment the next line if you want to checkin your web deploy settings,
215+ # but database connection strings (with potential passwords) will be unencrypted
216+ * .pubxml
217+ * .publishproj
218+
219+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
220+ # checkin your Azure Web App publish settings, but sensitive information contained
221+ # in these scripts will be unencrypted
222+ PublishScripts /
223+
224+ # NuGet Packages
225+ * .nupkg
226+ # NuGet Symbol Packages
227+ * .snupkg
228+ # The packages folder can be ignored because of Package Restore
229+ ** /[Pp ]ackages /*
230+ # except build/, which is used as an MSBuild target.
231+ ! ** /[Pp ]ackages /build /
232+ # Uncomment if necessary however generally it will be regenerated when needed
233+ # !**/[Pp]ackages/repositories.config
234+ # NuGet v3's project.json files produces more ignorable files
235+ * .nuget.props
236+ * .nuget.targets
237+
238+ # Microsoft Azure Build Output
239+ csx /
240+ * .build.csdef
241+
242+ # Microsoft Azure Emulator
243+ ecf /
244+ rcf /
245+
246+ # Windows Store app package directories and files
247+ AppPackages /
248+ BundleArtifacts /
249+ Package.StoreAssociation.xml
250+ _pkginfo.txt
251+ * .appx
252+ * .appxbundle
253+ * .appxupload
254+
255+ # Visual Studio cache files
256+ # files ending in .cache can be ignored
257+ * . [Cc ]ache
258+ # but keep track of directories ending in .cache
259+ ! ?* . [Cc ]ache /
260+
261+ # Others
262+ ClientBin /
263+ ~$ *
264+ * ~
265+ * .dbmdl
266+ * .dbproj.schemaview
267+ * .jfm
268+ * .pfx
269+ * .publishsettings
270+ orleans.codegen.cs
271+
272+ # Including strong name files can present a security risk
273+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
274+ # *.snk
275+
276+ # Since there are multiple workflows, uncomment next line to ignore bower_components
277+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
278+ # bower_components/
279+
280+ # RIA/Silverlight projects
281+ Generated_Code /
282+
283+ # Backup & report files from converting an old project file
284+ # to a newer Visual Studio version. Backup files are not needed,
285+ # because we have git ;-)
286+ _UpgradeReport_Files /
287+ Backup * /
288+ UpgradeLog * .XML
289+ UpgradeLog * .htm
290+ ServiceFabricBackup /
291+ * .rptproj.bak
292+
293+ # SQL Server files
294+ * .mdf
295+ * .ldf
296+ * .ndf
297+
298+ # Business Intelligence projects
299+ * .rdl.data
300+ * .bim.layout
301+ * .bim_ * .settings
302+ * .rptproj.rsuser
303+ * - [Bb ]ackup.rdl
304+ * - [Bb ]ackup ( [0-9 ]).rdl
305+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
306+
307+ # Microsoft Fakes
308+ FakesAssemblies /
309+
310+ # GhostDoc plugin setting file
311+ * .GhostDoc.xml
312+
313+ # Node.js Tools for Visual Studio
314+ .ntvs_analysis.dat
315+ node_modules /
316+
317+ # Visual Studio 6 build log
318+ * .plg
319+
320+ # Visual Studio 6 workspace options file
321+ * .opt
322+
323+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
324+ * .vbw
325+
326+ # Visual Studio LightSwitch build output
327+ ** /* .HTMLClient /GeneratedArtifacts
328+ ** /* .DesktopClient /GeneratedArtifacts
329+ ** /* .DesktopClient /ModelManifest.xml
330+ ** /* .Server /GeneratedArtifacts
331+ ** /* .Server /ModelManifest.xml
332+ _Pvt_Extensions
333+
334+ # Paket dependency manager
335+ .paket /paket.exe
336+ paket-files /
337+
338+ # FAKE - F# Make
339+ .fake /
340+
341+ # CodeRush personal settings
342+ .cr /personal
343+
344+ # Python Tools for Visual Studio (PTVS)
345+ __pycache__ /
346+ * .pyc
347+
348+ # Cake - Uncomment if you are using it
349+ # tools/**
350+ # !tools/packages.config
351+
352+ # Tabs Studio
353+ * .tss
354+
355+ # Telerik's JustMock configuration file
356+ * .jmconfig
357+
358+ # BizTalk build output
359+ * .btp.cs
360+ * .btm.cs
361+ * .odx.cs
362+ * .xsd.cs
363+
364+ # OpenCover UI analysis results
365+ OpenCover /
366+
367+ # Azure Stream Analytics local run output
368+ ASALocalRun /
369+
370+ # MSBuild Binary and Structured Log
371+ * .binlog
372+
373+ # NVidia Nsight GPU debugger configuration file
374+ * .nvuser
375+
376+ # MFractors (Xamarin productivity tool) working folder
377+ .mfractor /
378+
379+ # Local History for Visual Studio
380+ .localhistory /
381+
382+ # BeatPulse healthcheck temp database
383+ healthchecksdb
384+
385+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
386+ MigrationBackup /
387+
388+ # Ionide (cross platform F# VS Code tools) working folder
389+ .ionide /
390+
391+ # Fody - auto-generated XML schema
392+ FodyWeavers.xsd
0 commit comments