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 # Main directory
build/ /build/
out/ /out/
.game.dir.txt
.server.dir.txt
# Visual Studio # Visual Studio
.vs/ /.vs/
# VS Code # VS Code
.vscode/ /.vscode/