Delete Angular.gitignore

This commit is contained in:
lionpaha12 2025-07-29 09:35:54 +08:00 committed by GitHub
parent 948d146dd0
commit 92bc5217d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,28 +0,0 @@
# Angular specific
/dist/
/out-tsc/
/tmp/
/coverage/
/e2e/test-output/
/.angular/
.angular/
# Node modules and dependency files
/node_modules/
/package-lock.json
/yarn.lock
# Environment files
/.env
# Angular CLI and build artefacts
/.angular-cli.json
/.ng/
# TypeScript cache
*.tsbuildinfo
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*