Skip to content

Commit 2be1719

Browse files
committed
git ignore update
1 parent fdf0449 commit 2be1719

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.gitignore

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33
##
4-
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
4+
## Get latest from `dotnet new gitignore`
5+
6+
# dotenv files
7+
.env
58

69
# User-specific files
710
*.rsuser
811
*.suo
912
*.user
1013
*.userosscache
1114
*.sln.docstates
12-
*.sln.dotsettings
1315

1416
# User-specific files (MonoDevelop/Xamarin Studio)
1517
*.userprefs
@@ -400,6 +402,7 @@ FodyWeavers.xsd
400402

401403
# JetBrains Rider
402404
*.sln.iml
405+
.idea/
403406

404407
##
405408
## Visual studio for Mac
@@ -423,7 +426,7 @@ test-results/
423426
*.dmg
424427
*.app
425428

426-
# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
429+
# content below from: https://github.com/github/gitignore/blob/main/Global/macOS.gitignore
427430
# General
428431
.DS_Store
429432
.AppleDouble
@@ -452,7 +455,7 @@ Network Trash Folder
452455
Temporary Items
453456
.apdisk
454457

455-
# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
458+
# content below from: https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
456459
# Windows thumbnail cache files
457460
Thumbs.db
458461
ehthumbs.db
@@ -477,8 +480,10 @@ $RECYCLE.BIN/
477480
# Windows shortcuts
478481
*.lnk
479482

483+
# Vim temporary swap files
484+
*.swp
485+
480486
# Added by me
481-
.idea
482487
logs
483488
LocalFileStorage
484489
*.db*

0 commit comments

Comments
 (0)