Macley 2 лет назад
Родитель
Сommit
bf70e40530
1 измененных файлов с 10 добавлено и 1 удалено
  1. 10 1
      .gitignore

+ 10 - 1
.gitignore

@@ -1,6 +1,15 @@
-
+# Ignore MacOS and Windows hidden files
 .DS_Store
 desktop.ini
 
 # Ignore tmp file in build directory
 build/tmp/
+
+# Ignore vscode specific config files
+.vscode/*
+
+# Local History for Visual Studio Code
+.history/
+
+# Built Visual Studio Code Extensions
+*.vsix