2018-08-02 13:41:30 +00:00
|
|
|
# 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/*
|
2019-03-15 11:11:29 +00:00
|
|
|
#!.vscode/settings.json
|
2018-08-02 13:41:30 +00:00
|
|
|
!.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
|
2020-01-31 18:00:10 +00:00
|
|
|
|
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
|
2022-04-25 08:20:58 +00:00
|
|
|
|
|
|
|
# Env and configs
|
2022-09-06 14:14:45 +00:00
|
|
|
.env*
|
|
|
|
/src/assets/*Config*.json
|