From 730db83b5b4728ecc8fe440d344f4b3ed16bcd33 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Mon, 16 Jun 2025 18:39:45 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 00bed4c..72bec67 100755 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,49 @@ -**/bin -**/obj -.git +# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files. + +# Compiled output +/dist +/tmp +/out-tsc +/bazel-out + +# Node +/node_modules +/resources +npm-debug.log +yarn-error.log + +# DotNet +/bin +/obj + +# IDEs and editors +.idea/ +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# Visual Studio Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# Miscellaneous +/.angular/cache +.sass-cache/ +/connect.lock +/coverage +/libpeerconnection.log +testem.log +/typings + +# System files +.DS_Store +Thumbs.db .env -.vscode data \ No newline at end of file