2015-10-03 11:54:09 +03:00
|
|
|
### Linux ###
|
|
|
|
*~
|
|
|
|
|
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
2015-11-22 14:47:26 +03:00
|
|
|
# OS X folder attributes
|
|
|
|
.DS_Store
|
2015-10-03 11:54:09 +03:00
|
|
|
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
|
|
.Trash-*
|
|
|
|
|
|
|
|
|
|
|
|
### Node ###
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Dependency directory
|
|
|
|
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
|
|
|
|
node_modules
|
|
|
|
|
2016-08-28 21:46:10 +03:00
|
|
|
# compiled css
|
|
|
|
lib/**/*.css
|
2015-10-03 11:54:09 +03:00
|
|
|
|
2016-08-28 21:46:10 +03:00
|
|
|
# files produced by ngc
|
|
|
|
lib/**/*.ngfactory.ts
|
|
|
|
lib/**/*.css.shim.ts
|
2016-12-22 02:32:16 +03:00
|
|
|
**/*.ngsummary.json
|
2016-12-19 23:43:16 +03:00
|
|
|
lib/**/*.shim.ngstyle.ts
|
2016-08-28 21:46:10 +03:00
|
|
|
|
|
|
|
# other
|
2015-10-03 11:54:09 +03:00
|
|
|
/dist
|
|
|
|
/demo/build
|
2015-10-03 12:50:35 +03:00
|
|
|
.tmp
|
2017-01-06 22:38:04 +03:00
|
|
|
compiled
|
2015-12-13 13:37:58 +03:00
|
|
|
/coverage
|
2016-04-30 22:18:11 +03:00
|
|
|
.ghpages-tmp
|
2016-08-28 21:46:10 +03:00
|
|
|
stats.json
|
2017-07-22 18:04:54 +03:00
|
|
|
/package-lock.json
|