63 lines
738 B
Plaintext
63 lines
738 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
dist/
|
|
tmp/
|
|
etc/
|
|
api/apib/documentation.apib
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
*/nbproject*
|
|
.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
|
|
.directory
|
|
|
|
# Internal Data
|
|
public/
|
|
mongodb-data/
|
|
api/resource/
|
|
api/apib/dredd/data/tmp-resource
|
|
backup/
|
|
|
|
# System
|
|
.npm/
|
|
.bash_history
|
|
.bash_logout
|
|
.bashrc
|
|
.cache/motd.legal-displayed
|
|
.profile
|
|
.ssh/
|
|
|