From a58a275824ba6807a3b6abdcb37880f9dd2f41d8 Mon Sep 17 00:00:00 2001 From: HoosierTransfer <97118529+HoosierTransfer@users.noreply.github.com> Date: Sun, 5 May 2024 17:08:30 -0400 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bb46ad..f278128 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ desktopRuntime/crash-reports/* desktopRuntime/options.txt desktopRuntime/_eagstorage* desktopRuntime/filesystem/* -desktopRuntime/downloads/* \ No newline at end of file +desktopRuntime/downloads/* +javascript/* +.idea/* +.vscode/* \ No newline at end of file