Add all dashboard projects
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# build outputs
|
||||
dist/
|
||||
**/dist/
|
||||
**/build/Release/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
selenium-debug.log
|
||||
|
||||
# test reports
|
||||
**/test/unit/coverage/
|
||||
**/test/e2e/reports/
|
||||
|
||||
# editor files
|
||||
.idea/
|
||||
**/.idea/
|
||||
.vscode/
|
||||
**/.vscode/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
|
||||
# local archives / backups
|
||||
*.7z
|
||||
Reference in New Issue
Block a user