File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
452455Temporary 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
457460Thumbs.db
458461ehthumbs.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
482487logs
483488LocalFileStorage
484489* .db *
You can’t perform that action at this time.
0 commit comments