From 67dd646ed114884eb60594fe2a9e3547a1595bfe Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 20 Oct 2022 14:17:49 -0400 Subject: [PATCH] Updated .gitignore --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4532fb1..9b3cd79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ +# vscode .vscode/dryrun.log .vscode/configurationCache.log .vscode/targets.log .vscode/launch.json + +# build build # Autoload files @@ -20,5 +23,6 @@ src/ncc/autoload_spl.php src/ncc/autoload.php # Test files -tests/example_project/src/project.json -tests/example_project/src/ncc \ No newline at end of file +tests/example_project/project.json +tests/example_project/ncc +tests/example_project/build \ No newline at end of file