control-center/.gitignore

53 lines
643 B
Plaintext
Raw Normal View History

# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# dependencies
/node_modules
# IDEs and editors
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
2022-09-20 16:17:46 +00:00
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# System Files
.DS_Store
Thumbs.db
2019-03-15 11:11:29 +00:00
# Sonar
.scannerwork
2021-05-26 13:59:31 +00:00
2022-01-18 08:22:13 +00:00
# ESLint
2021-05-26 13:59:31 +00:00
.eslintcache
2022-01-18 08:22:13 +00:00
# Angular
.angular
# Env and configs
.env*
2022-11-17 10:21:54 +00:00
/src/assets/appConfig*.json
/src/assets/authConfig*.json