29 lines
438 B
Plaintext
29 lines
438 B
Plaintext
# IDE files
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Angular specific
|
|
/main_web/tmp
|
|
/main_web/out-tsc
|
|
/main_web/bazel-out
|
|
/main_web/.angular/cache
|
|
/main_web/.sass-cache/
|
|
/main_web/connect.lock
|
|
/main_web/coverage
|
|
/main_web/libpeerconnection.log
|
|
/main_web/testem.log
|
|
/main_web/typings
|