2013-12-04 23:55:48 +04:00
|
|
|
# Created by http://gitignore.io
|
|
|
|
|
|
|
|
### Node ###
|
|
|
|
lib-cov
|
|
|
|
*.seed
|
|
|
|
*.log
|
|
|
|
*.csv
|
|
|
|
*.dat
|
|
|
|
*.out
|
|
|
|
*.pid
|
|
|
|
*.gz
|
|
|
|
|
|
|
|
pids
|
|
|
|
logs
|
|
|
|
results
|
|
|
|
|
|
|
|
npm-debug.log
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
### Bower ###
|
|
|
|
app/bower_components
|
|
|
|
|
|
|
|
|
|
|
|
### Linux ###
|
|
|
|
.*
|
|
|
|
!.gitignore
|
|
|
|
!.git*
|
2013-12-05 02:17:06 +04:00
|
|
|
!.bowerrc
|
2013-12-04 23:55:48 +04:00
|
|
|
!.editorconfig
|
|
|
|
!.jshintrc
|
|
|
|
!.npmignore
|
|
|
|
!.travis.yml
|
2013-12-05 02:17:06 +04:00
|
|
|
!.awsbox.json
|
2013-07-31 03:08:38 +04:00
|
|
|
*~
|
2013-12-04 23:55:48 +04:00
|
|
|
|
|
|
|
|
|
|
|
### SASS ###
|
|
|
|
### SASS Ignores - "Sassy CSS" http://sass-lang.com/
|
|
|
|
*.sass-cache
|
|
|
|
|
|
|
|
|
|
|
|
### Yeoman ###
|
|
|
|
dist
|
|
|
|
test/temp
|