Skip to content

Commit 75be46a

Browse files
committed
Updating .gitignore
1 parent 4abc83f commit 75be46a

File tree

1 file changed

+59
-10
lines changed

1 file changed

+59
-10
lines changed

.gitignore

Lines changed: 59 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Created by https://www.gitignore.io/api/linux,windows,terraform,jetbrains,visualstudio,jetbrains+iml,jetbrains+all,visualstudiocode
2-
# Edit at https://www.gitignore.io/?templates=linux,windows,terraform,jetbrains,visualstudio,jetbrains+iml,jetbrains+all,visualstudiocode
1+
2+
# Created by https://www.gitignore.io/api/linux,macos,windows,terraform,jetbrains,visualstudio,jetbrains+iml,jetbrains+all,visualstudiocode
3+
# Edit at https://www.gitignore.io/?templates=linux,macos,windows,terraform,jetbrains,visualstudio,jetbrains+iml,jetbrains+all,visualstudiocode
34

45
### JetBrains ###
56
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
@@ -35,6 +36,8 @@
3536
# .idea/modules.xml
3637
# .idea/*.iml
3738
# .idea/modules
39+
# *.iml
40+
# *.ipr
3841

3942
# CMake
4043
cmake-build-*/
@@ -99,6 +102,8 @@ fabric.properties
99102
# .idea/modules.xml
100103
# .idea/*.iml
101104
# .idea/modules
105+
# *.iml
106+
# *.ipr
102107

103108
# CMake
104109

@@ -133,6 +138,8 @@ modules.xml
133138
.idea/misc.xml
134139
*.ipr
135140

141+
# Sonarlint plugin
142+
136143
### JetBrains+iml ###
137144
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
138145
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
@@ -152,6 +159,8 @@ modules.xml
152159
# .idea/modules.xml
153160
# .idea/*.iml
154161
# .idea/modules
162+
# *.iml
163+
# *.ipr
155164

156165
# CMake
157166

@@ -192,6 +201,34 @@ modules.xml
192201
# .nfs files are created when an open file is removed but is still being accessed
193202
.nfs*
194203

204+
### macOS ###
205+
# General
206+
.DS_Store
207+
.AppleDouble
208+
.LSOverride
209+
210+
# Icon must end with two \r
211+
Icon
212+
213+
# Thumbnails
214+
._*
215+
216+
# Files that might appear in the root of a volume
217+
.DocumentRevisions-V100
218+
.fseventsd
219+
.Spotlight-V100
220+
.TemporaryItems
221+
.Trashes
222+
.VolumeIcon.icns
223+
.com.apple.timemachine.donotpresent
224+
225+
# Directories potentially created on remote AFP share
226+
.AppleDB
227+
.AppleDesktop
228+
Network Trash Folder
229+
Temporary Items
230+
.apdisk
231+
195232
### Terraform ###
196233
# Local .terraform directories
197234
**/.terraform/*
@@ -217,9 +254,11 @@ override.tf.json
217254
*_override.tf.json
218255

219256
# Include override files you do wish to add to version control using negated pattern
220-
#
221257
# !example_override.tf
222258

259+
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
260+
# example: *tfplan*
261+
223262
### VisualStudioCode ###
224263
.vscode/*
225264
!.vscode/settings.json
@@ -234,6 +273,7 @@ override.tf.json
234273
### Windows ###
235274
# Windows thumbnail cache files
236275
Thumbs.db
276+
Thumbs.db:encryptable
237277
ehthumbs.db
238278
ehthumbs_vista.db
239279

@@ -272,6 +312,9 @@ $RECYCLE.BIN/
272312
# User-specific files (MonoDevelop/Xamarin Studio)
273313
*.userprefs
274314

315+
# Mono auto generated files
316+
mono_crash.*
317+
275318
# Build results
276319
[Dd]ebug/
277320
[Dd]ebugPublic/
@@ -298,9 +341,10 @@ Generated\ Files/
298341
[Tt]est[Rr]esult*/
299342
[Bb]uild[Ll]og.*
300343

301-
# NUNIT
344+
# NUnit
302345
*.VisualState.xml
303346
TestResult.xml
347+
nunit-*.xml
304348

305349
# Build Results of an ATL Project
306350
[Dd]ebugPS/
@@ -441,6 +485,8 @@ PublishScripts/
441485

442486
# NuGet Packages
443487
*.nupkg
488+
# NuGet Symbol Packages
489+
*.snupkg
444490
# The packages folder can be ignored because of Package Restore
445491
**/[Pp]ackages/*
446492
# except build/, which is used as an MSBuild target.
@@ -465,6 +511,8 @@ BundleArtifacts/
465511
Package.StoreAssociation.xml
466512
_pkginfo.txt
467513
*.appx
514+
*.appxbundle
515+
*.appxupload
468516

469517
# Visual Studio cache files
470518
# files ending in .cache can be ignored
@@ -489,8 +537,6 @@ orleans.codegen.cs
489537
# Since there are multiple workflows, uncomment next line to ignore bower_components
490538
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
491539
#bower_components/
492-
# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
493-
**/wwwroot/lib/
494540

495541
# RIA/Silverlight projects
496542
Generated_Code/
@@ -515,6 +561,9 @@ ServiceFabricBackup/
515561
*.bim.layout
516562
*.bim_*.settings
517563
*.rptproj.rsuser
564+
*- [Bb]ackup.rdl
565+
*- [Bb]ackup ([0-9]).rdl
566+
*- [Bb]ackup ([0-9][0-9]).rdl
518567

519568
# Microsoft Fakes
520569
FakesAssemblies/
@@ -550,9 +599,6 @@ paket-files/
550599
# FAKE - F# Make
551600
.fake/
552601

553-
# JetBrains Rider
554-
*.sln.iml
555-
556602
# CodeRush personal settings
557603
.cr/personal
558604

@@ -597,4 +643,7 @@ ASALocalRun/
597643
# BeatPulse healthcheck temp database
598644
healthchecksdb
599645

600-
# End of https://www.gitignore.io/api/linux,windows,terraform,jetbrains,visualstudio,jetbrains+iml,jetbrains+all,visualstudiocode
646+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
647+
MigrationBackup/
648+
649+
# End of https://www.gitignore.io/api/linux,macos,windows,terraform,jetbrains,visualstudio,jetbrains+iml,jetbrains+all,visualstudiocode

0 commit comments

Comments
 (0)