From 0d852d32315d738669e4a2a23736d28b458eca7a Mon Sep 17 00:00:00 2001 From: thinknathan Date: Sat, 5 Oct 2024 10:29:18 -0700 Subject: [PATCH] chore: update gitignore --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5d43d39..1f45eca 100644 --- a/.gitignore +++ b/.gitignore @@ -36,13 +36,13 @@ Thumbs.db # Defold -app/.internal -app/build +/.internal +/build .externalToolBuilders .lock-wscript *.pyc -app/builtins +builtins dmengine* # TS -node_modules \ No newline at end of file +node_modules