mirror of
https://github.com/JohanLeroy/ai-commenter.git
synced 2026-01-27 17:57:29 +00:00
40 lines
399 B
Plaintext
40 lines
399 B
Plaintext
### Angular template
|
|
## Angular ##
|
|
# compiled output
|
|
dist/
|
|
tmp/
|
|
app/**/*.js
|
|
app/**/*.js.map
|
|
|
|
# dependencies
|
|
node_modules/
|
|
bower_components/
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
|
|
# misc
|
|
.sass-cache/
|
|
connect.lock/
|
|
coverage/
|
|
libpeerconnection.log/
|
|
npm-debug.log
|
|
testem.log
|
|
typings/
|
|
.angular/
|
|
|
|
# e2e
|
|
e2e/*.js
|
|
e2e/*.map
|
|
|
|
# System Files
|
|
.DS_Store/
|
|
|
|
# Certificate files
|
|
cert/
|
|
*.key
|
|
*.pem
|
|
|
|
# Environment files
|
|
*.prod
|