30 lines
352 B
Plaintext
30 lines
352 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
/dist
|
|
/tmp
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/bower_components
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/lock
|
|
/coverage/*
|
|
/log
|
|
/npm-debug.log
|
|
/testem.log
|
|
|
|
.*
|
|
!.editorconfig
|
|
!.ember-cli
|
|
!.jshintrc
|
|
!.eslintrc.js
|
|
!.eslintignore
|
|
!.travis.yml
|
|
!.watchmanconfig
|
|
!.gitignore
|
|
!.gitkeep
|
|
*.iml
|