Skip to content

Commit 8d0915d

Browse files
authored
chore: standardize .gitignore across repos (#339)
1 parent c2fd025 commit 8d0915d

File tree

1 file changed

+55
-63
lines changed

1 file changed

+55
-63
lines changed

.gitignore

Lines changed: 55 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
3-
##
4-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
53

64
# User-specific files
75
*.suo
@@ -19,10 +17,10 @@
1917
[Rr]eleases/
2018
x64/
2119
x86/
20+
build/
2221
bld/
2322
[Bb]in/
2423
[Oo]bj/
25-
[Ll]og/
2624

2725
# Visual Studio 2015 cache/options directory
2826
.vs/
@@ -42,11 +40,9 @@ TestResult.xml
4240
[Rr]eleasePS/
4341
dlldata.c
4442

45-
# .NET Core
43+
# DNX
4644
project.lock.json
47-
project.fragment.lock.json
4845
artifacts/
49-
**/Properties/launchSettings.json
5046

5147
*_i.c
5248
*_p.c
@@ -80,12 +76,9 @@ _Chutzpah*
8076
ipch/
8177
*.aps
8278
*.ncb
83-
*.opendb
8479
*.opensdf
8580
*.sdf
8681
*.cachefile
87-
*.VC.db
88-
*.VC.VC.opendb
8982

9083
# Visual Studio profiler
9184
*.psess
@@ -113,10 +106,6 @@ _TeamCity*
113106
# DotCover is a Code Coverage Tool
114107
*.dotCover
115108

116-
# Visual Studio code coverage results
117-
*.coverage
118-
*.coveragexml
119-
120109
# NCrunch
121110
_NCrunch_*
122111
.*crunch*.local.xml
@@ -148,16 +137,11 @@ publish/
148137
# Publish Web Output
149138
*.[Pp]ublish.xml
150139
*.azurePubxml
151-
# TODO: Comment the next line if you want to checkin your web deploy settings
140+
# TODO: Comment the next line if you want to checkin your web deploy settings
152141
# but database connection strings (with potential passwords) will be unencrypted
153142
*.pubxml
154143
*.publishproj
155144

156-
# Microsoft Azure Web App publish settings. Comment the next line if you want to
157-
# checkin your Azure Web App publish settings, but sensitive information contained
158-
# in these scripts will be unencrypted
159-
PublishScripts/
160-
161145
# NuGet Packages
162146
*.nupkg
163147
# The packages folder can be ignored because of Package Restore
@@ -166,23 +150,17 @@ PublishScripts/
166150
!**/packages/build/
167151
# Uncomment if necessary however generally it will be regenerated when needed
168152
#!**/packages/repositories.config
169-
# NuGet v3's project.json files produces more ignorable files
170-
*.nuget.props
171-
*.nuget.targets
172153

173-
# Microsoft Azure Build Output
154+
# Windows Azure Build Output
174155
csx/
175156
*.build.csdef
176157

177-
# Microsoft Azure Emulator
178-
ecf/
179-
rcf/
158+
# Windows Azure Emulator
159+
efc/
160+
rfc/
180161

181-
# Windows Store app package directories and files
162+
# Windows Store app package directory
182163
AppPackages/
183-
BundleArtifacts/
184-
Package.StoreAssociation.xml
185-
_pkginfo.txt
186164

187165
# Visual Studio cache files
188166
# files ending in .cache can be ignored
@@ -192,19 +170,16 @@ _pkginfo.txt
192170

193171
# Others
194172
ClientBin/
173+
[Ss]tyle[Cc]op.*
195174
~$*
196175
*~
197176
*.dbmdl
198177
*.dbproj.schemaview
199-
*.jfm
200178
*.pfx
201179
*.publishsettings
180+
node_modules/
202181
orleans.codegen.cs
203182

204-
# Since there are multiple workflows, uncomment next line to ignore bower_components
205-
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
206-
#bower_components/
207-
208183
# RIA/Silverlight projects
209184
Generated_Code/
210185

@@ -222,7 +197,6 @@ UpgradeLog*.htm
222197
# SQL Server files
223198
*.mdf
224199
*.ldf
225-
*.ndf
226200

227201
# Business Intelligence projects
228202
*.rdl.data
@@ -237,20 +211,13 @@ FakesAssemblies/
237211

238212
# Node.js Tools for Visual Studio
239213
.ntvs_analysis.dat
240-
node_modules/
241-
242-
# Typescript v1 declaration files
243-
typings/
244214

245215
# Visual Studio 6 build log
246216
*.plg
247217

248218
# Visual Studio 6 workspace options file
249219
*.opt
250220

251-
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
252-
*.vbw
253-
254221
# Visual Studio LightSwitch build output
255222
**/*.HTMLClient/GeneratedArtifacts
256223
**/*.DesktopClient/GeneratedArtifacts
@@ -261,36 +228,61 @@ _Pvt_Extensions
261228

262229
# Paket dependency manager
263230
.paket/paket.exe
264-
paket-files/
265231

266232
# FAKE - F# Make
267233
.fake/
268234

269-
# JetBrains Rider
270-
.idea/
271-
*.sln.iml
235+
# =========================
236+
# Operating System Files
237+
# =========================
272238

273-
# CodeRush
274-
.cr/
239+
# OSX
240+
# =========================
275241

276-
# Python Tools for Visual Studio (PTVS)
277-
__pycache__/
278-
*.pyc
242+
.DS_Store
243+
.AppleDouble
244+
.LSOverride
279245

280-
# Cake - Uncomment if you are using it
281-
# tools/**
282-
# !tools/packages.config
246+
# Thumbnails
247+
._*
283248

284-
# Telerik's JustMock configuration file
285-
*.jmconfig
249+
# Files that might appear in the root of a volume
250+
.DocumentRevisions-V100
251+
.fseventsd
252+
.Spotlight-V100
253+
.TemporaryItems
254+
.Trashes
255+
.VolumeIcon.icns
286256

287-
# BizTalk build output
288-
*.btp.cs
289-
*.btm.cs
290-
*.odx.cs
291-
*.xsd.cs
257+
# Directories potentially created on remote AFP share
258+
.AppleDB
259+
.AppleDesktop
260+
Network Trash Folder
261+
Temporary Items
262+
.apdisk
263+
264+
# Windows
265+
# =========================
266+
267+
# Windows image file caches
268+
Thumbs.db
269+
ehthumbs.db
270+
271+
# Folder config file
272+
Desktop.ini
273+
274+
# Recycle Bin used on file shares
275+
$RECYCLE.BIN/
276+
277+
# Windows Installer files
278+
*.cab
279+
*.msi
280+
*.msm
281+
*.msp
282+
283+
# Windows shortcuts
284+
*.lnk
292285

293286
# Claude Code local settings
294287
CLAUDE.local.md
295-
296288
.claude/

0 commit comments

Comments
 (0)