Browse Source

Improve .gitignore

hobyst 3 years ago
parent
commit
202cb00e7a
1 changed files with 8 additions and 3 deletions
  1. 8 3
      .gitignore

+ 8 - 3
.gitignore

@@ -13,11 +13,16 @@
 # Distribution target
 /Distribution/
 
-# Ignore MacOSX directory info
+# macOS directory info file
 .DS_Store
 
-# VS user project files
-.vs/
+# Hidden folders
+.*/
+
+# Not ignore .github/
+!.github/
+
+# Visual Studio project files
 *.suo
 *.user
 *.opensdf