63 lines
685 B
Plaintext
63 lines
685 B
Plaintext
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||
|
|
||
|
# external project
|
||
|
/rest-server
|
||
|
|
||
|
# compiled output
|
||
|
/dist
|
||
|
/tmp
|
||
|
|
||
|
# dependencies
|
||
|
/node_modules
|
||
|
|
||
|
# IDEs and editors
|
||
|
/.idea
|
||
|
.project
|
||
|
.classpath
|
||
|
.c9/
|
||
|
*.launch
|
||
|
*.iml
|
||
|
.settings/
|
||
|
|
||
|
# IDE - VSCode
|
||
|
.vscode/
|
||
|
!.vscode/settings.json
|
||
|
!.vscode/tasks.json
|
||
|
!.vscode/launch.json
|
||
|
!.vscode/extensions.json
|
||
|
|
||
|
# misc
|
||
|
/.sass-cache
|
||
|
/connect.lock
|
||
|
/coverage/*
|
||
|
/libpeerconnection.log
|
||
|
npm-debug.log
|
||
|
testem.log
|
||
|
/typings
|
||
|
|
||
|
# e2e
|
||
|
/e2e/*.js
|
||
|
/e2e/*.map
|
||
|
|
||
|
#System Files
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
/public
|
||
|
|
||
|
resource/
|
||
|
|
||
|
.idea/
|
||
|
*.iml
|
||
|
node_modules
|
||
|
*/nbproject*
|
||
|
.npm/
|
||
|
mongodb-data/
|
||
|
.bash_history
|
||
|
.bash_logout
|
||
|
.bashrc
|
||
|
.cache/motd.legal-displayed
|
||
|
.profile
|
||
|
.ssh/
|
||
|
|