From cfb1e6445a6011965b3355968ffe983cd47796df Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 03:32:38 +0000 Subject: [PATCH] Add template files for languages, frameworks, IDEs, OS, and tools --- src/templates/frameworks/angular.gitignore | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/templates/frameworks/angular.gitignore diff --git a/src/templates/frameworks/angular.gitignore b/src/templates/frameworks/angular.gitignore new file mode 100644 index 0000000..193603f --- /dev/null +++ b/src/templates/frameworks/angular.gitignore @@ -0,0 +1,33 @@ +# Angular +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# Angular +# compiled output +/dist +/tmp +/*.js +/*.js.map +/*.ts +*.ts.map + +# dependencies +/node_modules + +# IDEs +.idea/ +.vscode/ +*.swp +*.swo + +# Misc +.sass-cache/ +connect.lock +coverage/ +*.pid +*.seed +*.pid.lock + +# Debug +npm-debug.log* +yarn-debug.log* +yarn-error.log*