From 36a96833937e51d29e882d945a0a5621ea1dcdec Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:34:06 +0000 Subject: [PATCH] Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow --- templates/angular.gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/angular.gitignore diff --git a/templates/angular.gitignore b/templates/angular.gitignore new file mode 100644 index 0000000..b621634 --- /dev/null +++ b/templates/angular.gitignore @@ -0,0 +1,26 @@ +# Dependencies +/node_modules +/.pnp +.pnp.js + +# Testing +/coverage + +# Production +/dist + +# Misc +.DS_Store +.env + +# Debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# IDE +.vscode/ +.idea/ + +# OS +Thumbs.db