From 02bc54ff8a552e7e8f936ab5312a94842a27c003 Mon Sep 17 00:00:00 2001 From: ztimson Date: Fri, 15 Dec 2023 15:51:10 -0500 Subject: [PATCH] updated ignore --- .gitignore | 38 +++++++++++--------------------------- 1 file changed, 11 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index 2e4e99c..5fe97bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,20 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. - -# compiled output -/dist -/tmp -/out-tsc -# Only exists if Bazel was run -/bazel-out -.angular - -# dependencies -/node_modules - -# profiling files -chrome-profiler-events*.json -speed-measure-plugin*.json - # IDEs and editors -/.idea +.idea .project .classpath -.c9/ +.c9 *.launch -.settings/ +.settings *.sublime-workspace +.vscode +.history -# IDE - VSCode -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -.history/* +# dependencies +.angular +node_modules +dist +temp +out-tsc # misc /.sass-cache