Browse Source

Ignore .vscode and build folders.

Miku AuahDark 2 years ago
parent
commit
b796337e2c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -3,4 +3,5 @@
 *.dll
 *.exe
 *.so
-build
+.vscode/
+build*/