2019-11-19 16:46:16 +01:00
|
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/angular
|
|
|
|
# Edit at https://www.gitignore.io/?templates=angular
|
|
|
|
|
|
|
|
### Angular ###
|
|
|
|
## Angular ##
|
|
|
|
# compiled output
|
2019-10-27 16:50:10 +01:00
|
|
|
dist/
|
2019-11-19 16:46:16 +01:00
|
|
|
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/
|
|
|
|
|
|
|
|
# e2e
|
|
|
|
e2e/*.js
|
|
|
|
e2e/*.map
|
|
|
|
|
|
|
|
#System Files
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
#Output
|
2019-10-27 16:50:10 +01:00
|
|
|
music/
|
2019-11-19 16:46:16 +01:00
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/angular
|