39 lines
505 B
Plaintext
39 lines
505 B
Plaintext
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
/node_modules
|
|
/bower_components
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
/.vscode
|
|
.project
|
|
.classpath
|
|
*.launch
|
|
.settings/
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
|
|
# ignore build and dist for now
|
|
/dist
|
|
/temp
|
|
/demo/dist
|
|
/demo/temp
|
|
/logs
|
|
|
|
#System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
|
|
/demo/e2e/*.js
|
|
/demo/e2e/*.map
|
|
src/**/*.js
|
|
src/**/*.map
|
|
scripts/**/*.js
|
|
scripts/**/*.map
|