From c22a3e67577b9fce1926e7fefe1e58304e639ed7 Mon Sep 17 00:00:00 2001 From: Florian Schmid Date: Sat, 22 Apr 2023 07:32:04 +0200 Subject: [PATCH] exlude built folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd1bc70..e6b1219 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .DS_Store node_modules -./js/* \ No newline at end of file +js/ \ No newline at end of file