1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 05:34:21 +01:00
gitignore/angular

39 lines
440 B
Plaintext
Raw Normal View History

2023-12-09 15:24:03 +01:00
# 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