backup push
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user