2018-11-27 09:06:26 +00:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# compiled output
|
|
|
|
/dist
|
|
|
|
/tmp
|
|
|
|
/out-tsc
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# profiling files
|
|
|
|
chrome-profiler-events.json
|
|
|
|
speed-measure-plugin.json
|
|
|
|
|
|
|
|
# IDEs and editors
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# IDE - VSCode
|
|
|
|
.vscode/*
|
|
|
|
!.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
|
2019-05-06 10:53:24 +00:00
|
|
|
/*.log
|
2018-11-27 09:06:26 +00:00
|
|
|
|
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
2019-04-25 11:56:34 +00:00
|
|
|
|
2021-05-24 15:22:41 +00:00
|
|
|
# ESLint
|
|
|
|
.eslintcache
|
2022-01-14 11:06:44 +00:00
|
|
|
|
|
|
|
# Angular
|
|
|
|
.angular
|
2022-09-06 12:56:35 +00:00
|
|
|
|
2022-12-12 11:31:27 +00:00
|
|
|
# Env and configs
|
|
|
|
.env*
|
2023-04-24 11:27:12 +00:00
|
|
|
src/*Config*.json
|
|
|
|
!src/_*Config*.json
|