31 lines
316 B
Plaintext
31 lines
316 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/bower_components
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
*.launch
|
|
.settings/
|
|
|
|
|
|
# Design Files
|
|
*.sketch
|
|
|
|
#System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment Files
|
|
.env
|
|
.env.local
|
|
|
|
# logs
|
|
/logs
|
|
|
|
# build
|
|
/buid
|