From 168ba7c04802582980527920c07bf5ab28360b90 Mon Sep 17 00:00:00 2001 From: Patrix Date: Sat, 28 Aug 2021 05:05:26 +0200 Subject: [PATCH] Updated .gitignore: - now only top level dirs are ignored, all of the subdirs called, for example "build". --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2213ff9..4f5e8fc 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ \ No newline at end of file +/.vscode/ \ No newline at end of file