Skip to content

Commit 16271b0

Browse files
committed
GitIgnore update
1 parent 6ef90dd commit 16271b0

8 files changed

Lines changed: 97 additions & 182 deletions

File tree

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 97 additions & 167 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,64 @@
11

2-
# Created by https://www.gitignore.io/api/aspnetcore,visualstudio
2+
# Created by https://www.gitignore.io/api/macos,windows,visualstudio
3+
4+
### macOS ###
5+
# General
6+
.DS_Store
7+
.AppleDouble
8+
.LSOverride
9+
10+
# Icon must end with two \r
11+
Icon
12+
13+
# Thumbnails
14+
._*
15+
16+
# Files that might appear in the root of a volume
17+
.DocumentRevisions-V100
18+
.fseventsd
19+
.Spotlight-V100
20+
.TemporaryItems
21+
.Trashes
22+
.VolumeIcon.icns
23+
.com.apple.timemachine.donotpresent
24+
25+
# Directories potentially created on remote AFP share
26+
.AppleDB
27+
.AppleDesktop
28+
Network Trash Folder
29+
Temporary Items
30+
.apdisk
31+
32+
### Windows ###
33+
# Windows thumbnail cache files
34+
Thumbs.db
35+
ehthumbs.db
36+
ehthumbs_vista.db
37+
38+
# Dump file
39+
*.stackdump
40+
41+
# Folder config file
42+
[Dd]esktop.ini
43+
44+
# Recycle Bin used on file shares
45+
$RECYCLE.BIN/
46+
47+
# Windows Installer files
48+
*.cab
49+
*.msi
50+
*.msix
51+
*.msm
52+
*.msp
53+
54+
# Windows shortcuts
55+
*.lnk
356

4-
### ASPNETCore ###
57+
### VisualStudio ###
558
## Ignore Visual Studio temporary files, build results, and
659
## files generated by popular Visual Studio add-ons.
60+
##
61+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
762

863
# User-specific files
964
*.suo
@@ -26,11 +81,14 @@ bld/
2681
[Oo]bj/
2782
[Ll]og/
2883

29-
# Visual Studio 2015 cache/options directory
84+
# Visual Studio 2015/2017 cache/options directory
3085
.vs/
3186
# Uncomment if you have tasks that create the project's static files in wwwroot
3287
#wwwroot/
3388

89+
# Visual Studio 2017 auto generated files
90+
Generated\ Files/
91+
3492
# MSTest test Results
3593
[Tt]est[Rr]esult*/
3694
[Bb]uild[Ll]og.*
@@ -44,19 +102,28 @@ TestResult.xml
44102
[Rr]eleasePS/
45103
dlldata.c
46104

47-
# DNX
105+
# Benchmark Results
106+
BenchmarkDotNet.Artifacts/
107+
108+
# .NET Core
48109
project.lock.json
49110
project.fragment.lock.json
50111
artifacts/
51112

113+
# StyleCop
114+
StyleCopReport.xml
115+
116+
# Files built by Visual Studio
52117
*_i.c
53118
*_p.c
54119
*_i.h
55120
*.ilk
56121
*.meta
57122
*.obj
123+
*.iobj
58124
*.pch
59125
*.pdb
126+
*.ipdb
60127
*.pgc
61128
*.pgd
62129
*.rsp
@@ -94,6 +161,9 @@ ipch/
94161
*.vspx
95162
*.sap
96163

164+
# Visual Studio Trace Files
165+
*.e2e
166+
97167
# TFS 2012 Local Workspace
98168
$tf/
99169

@@ -114,6 +184,10 @@ _TeamCity*
114184
# DotCover is a Code Coverage Tool
115185
*.dotCover
116186

187+
# AxoCover is a Code Coverage Tool
188+
.axoCover/*
189+
!.axoCover/settings.json
190+
117191
# Visual Studio code coverage results
118192
*.coverage
119193
*.coveragexml
@@ -149,7 +223,7 @@ publish/
149223
# Publish Web Output
150224
*.[Pp]ublish.xml
151225
*.azurePubxml
152-
# TODO: Comment the next line if you want to checkin your web deploy settings
226+
# Note: Comment the next line if you want to checkin your web deploy settings,
153227
# but database connection strings (with potential passwords) will be unencrypted
154228
*.pubxml
155229
*.publishproj
@@ -162,12 +236,12 @@ PublishScripts/
162236
# NuGet Packages
163237
*.nupkg
164238
# The packages folder can be ignored because of Package Restore
165-
**/packages/*
239+
**/[Pp]ackages/*
166240
# except build/, which is used as an MSBuild target.
167-
!**/packages/build/
241+
!**/[Pp]ackages/build/
168242
# Uncomment if necessary however generally it will be regenerated when needed
169-
#!**/packages/repositories.config
170-
# NuGet v3's project.json files produces more ignoreable files
243+
#!**/[Pp]ackages/repositories.config
244+
# NuGet v3's project.json files produces more ignorable files
171245
*.nuget.props
172246
*.nuget.targets
173247

@@ -184,6 +258,7 @@ AppPackages/
184258
BundleArtifacts/
185259
Package.StoreAssociation.xml
186260
_pkginfo.txt
261+
*.appx
187262

188263
# Visual Studio cache files
189264
# files ending in .cache can be ignored
@@ -200,9 +275,12 @@ ClientBin/
200275
*.jfm
201276
*.pfx
202277
*.publishsettings
203-
node_modules/
204278
orleans.codegen.cs
205279

280+
# Including strong name files can present a security risk
281+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
282+
#*.snk
283+
206284
# Since there are multiple workflows, uncomment next line to ignore bower_components
207285
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
208286
#bower_components/
@@ -217,15 +295,19 @@ _UpgradeReport_Files/
217295
Backup*/
218296
UpgradeLog*.XML
219297
UpgradeLog*.htm
298+
ServiceFabricBackup/
299+
*.rptproj.bak
220300

221301
# SQL Server files
222302
*.mdf
223303
*.ldf
304+
*.ndf
224305

225306
# Business Intelligence projects
226307
*.rdl.data
227308
*.bim.layout
228309
*.bim_*.settings
310+
*.rptproj.rsuser
229311

230312
# Microsoft Fakes
231313
FakesAssemblies/
@@ -235,13 +317,17 @@ FakesAssemblies/
235317

236318
# Node.js Tools for Visual Studio
237319
.ntvs_analysis.dat
320+
node_modules/
238321

239322
# Visual Studio 6 build log
240323
*.plg
241324

242325
# Visual Studio 6 workspace options file
243326
*.opt
244327

328+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
329+
*.vbw
330+
245331
# Visual Studio LightSwitch build output
246332
**/*.HTMLClient/GeneratedArtifacts
247333
**/*.DesktopClient/GeneratedArtifacts
@@ -268,162 +354,6 @@ paket-files/
268354
__pycache__/
269355
*.pyc
270356

271-
# Cake - Uncomment if you are using it
272-
# tools/
273-
274-
### VisualStudio ###
275-
## Ignore Visual Studio temporary files, build results, and
276-
## files generated by popular Visual Studio add-ons.
277-
##
278-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
279-
280-
# User-specific files
281-
282-
# User-specific files (MonoDevelop/Xamarin Studio)
283-
284-
# Build results
285-
286-
# Visual Studio 2015/2017 cache/options directory
287-
# Uncomment if you have tasks that create the project's static files in wwwroot
288-
#wwwroot/
289-
290-
# Visual Studio 2017 auto generated files
291-
Generated\ Files/
292-
293-
# MSTest test Results
294-
295-
# NUNIT
296-
297-
# Build Results of an ATL Project
298-
299-
# Benchmark Results
300-
BenchmarkDotNet.Artifacts/
301-
302-
# .NET Core
303-
304-
# StyleCop
305-
StyleCopReport.xml
306-
307-
# Files built by Visual Studio
308-
*.iobj
309-
*.ipdb
310-
311-
# Chutzpah Test files
312-
313-
# Visual C++ cache files
314-
315-
# Visual Studio profiler
316-
317-
# Visual Studio Trace Files
318-
*.e2e
319-
320-
# TFS 2012 Local Workspace
321-
322-
# Guidance Automation Toolkit
323-
324-
# ReSharper is a .NET coding add-in
325-
326-
# JustCode is a .NET coding add-in
327-
328-
# TeamCity is a build add-in
329-
330-
# DotCover is a Code Coverage Tool
331-
332-
# AxoCover is a Code Coverage Tool
333-
.axoCover/*
334-
!.axoCover/settings.json
335-
336-
# Visual Studio code coverage results
337-
338-
# NCrunch
339-
340-
# MightyMoose
341-
342-
# Web workbench (sass)
343-
344-
# Installshield output folder
345-
346-
# DocProject is a documentation generator add-in
347-
348-
# Click-Once directory
349-
350-
# Publish Web Output
351-
# Note: Comment the next line if you want to checkin your web deploy settings,
352-
# but database connection strings (with potential passwords) will be unencrypted
353-
354-
# Microsoft Azure Web App publish settings. Comment the next line if you want to
355-
# checkin your Azure Web App publish settings, but sensitive information contained
356-
# in these scripts will be unencrypted
357-
358-
# NuGet Packages
359-
# The packages folder can be ignored because of Package Restore
360-
**/[Pp]ackages/*
361-
# except build/, which is used as an MSBuild target.
362-
!**/[Pp]ackages/build/
363-
# Uncomment if necessary however generally it will be regenerated when needed
364-
#!**/[Pp]ackages/repositories.config
365-
# NuGet v3's project.json files produces more ignorable files
366-
367-
# Microsoft Azure Build Output
368-
369-
# Microsoft Azure Emulator
370-
371-
# Windows Store app package directories and files
372-
*.appx
373-
374-
# Visual Studio cache files
375-
# files ending in .cache can be ignored
376-
# but keep track of directories ending in .cache
377-
378-
# Others
379-
380-
# Including strong name files can present a security risk
381-
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
382-
#*.snk
383-
384-
# Since there are multiple workflows, uncomment next line to ignore bower_components
385-
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
386-
#bower_components/
387-
388-
# RIA/Silverlight projects
389-
390-
# Backup & report files from converting an old project file
391-
# to a newer Visual Studio version. Backup files are not needed,
392-
# because we have git ;-)
393-
ServiceFabricBackup/
394-
*.rptproj.bak
395-
396-
# SQL Server files
397-
*.ndf
398-
399-
# Business Intelligence projects
400-
*.rptproj.rsuser
401-
402-
# Microsoft Fakes
403-
404-
# GhostDoc plugin setting file
405-
406-
# Node.js Tools for Visual Studio
407-
408-
# Visual Studio 6 build log
409-
410-
# Visual Studio 6 workspace options file
411-
412-
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
413-
*.vbw
414-
415-
# Visual Studio LightSwitch build output
416-
417-
# Paket dependency manager
418-
419-
# FAKE - F# Make
420-
421-
# JetBrains Rider
422-
423-
# CodeRush
424-
425-
# Python Tools for Visual Studio (PTVS)
426-
427357
# Cake - Uncomment if you are using it
428358
# tools/**
429359
# !tools/packages.config
@@ -459,4 +389,4 @@ ASALocalRun/
459389
.localhistory/
460390

461391

462-
# End of https://www.gitignore.io/api/aspnetcore,visualstudio
392+
# End of https://www.gitignore.io/api/macos,windows,visualstudio

0 commit comments

Comments
 (0)