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