angular/gitignore

angular.gitignore
This commit is contained in:
rickyyap33 2023-12-09 22:24:03 +08:00 committed by GitHub
parent 4488915eec
commit 63ebe4f674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

38
angular Normal file
View File

@ -0,0 +1,38 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# dependencies
/node_modules
# testing
/coverage
/.nyc_output
# misc
/.sass-cache
/connect.lock
/coverage
/tsconfig.tsbuildinfo
/testem.log
/testem.js
/typings
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
*.sublime-project
.vscode/
*.code-workspace
# misc
.DS_Store
Thumbs.db