Updated .gitignore:

- now only top level dirs are ignored, all of the subdirs called, for example "build".
This commit is contained in:
Patrix
2021-08-28 05:05:26 +02:00
parent b564e77f09
commit 168ba7c048

10
.gitignore vendored
View File

@@ -4,15 +4,13 @@ desktop.ini
# Main directory
build/
out/
.game.dir.txt
.server.dir.txt
/build/
/out/
# Visual Studio
.vs/
/.vs/
# VS Code
.vscode/
/.vscode/