2019-03-19 00:13:01 +00:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
|
|
/dist
|
|
|
|
/tmp
|
|
|
|
/out-tsc
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
2020-07-07 17:57:15 +00:00
|
|
|
/node_modules_old
|
2020-07-09 19:50:20 +00:00
|
|
|
/node_modules_prod
|
|
|
|
/node_modules_dev
|
2019-03-19 00:13:01 +00:00
|
|
|
|
|
|
|
# IDEs and editors
|
|
|
|
/.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# IDE - VSCode
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
# misc
|
2021-12-29 23:08:41 +00:00
|
|
|
/.angular/cache
|
2019-03-19 00:13:01 +00:00
|
|
|
/.sass-cache
|
|
|
|
/connect.lock
|
|
|
|
/coverage
|
2021-12-29 23:08:41 +00:00
|
|
|
/db
|
2019-03-19 00:13:01 +00:00
|
|
|
/libpeerconnection.log
|
|
|
|
npm-debug.log
|
|
|
|
yarn-error.log
|
|
|
|
testem.log
|
|
|
|
/typings
|
2021-12-29 23:08:41 +00:00
|
|
|
channels-backup
|
|
|
|
logs
|
|
|
|
cookies
|
2019-03-19 00:13:01 +00:00
|
|
|
|
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
2021-12-29 23:08:41 +00:00
|
|
|
/database/*
|
2019-03-19 00:17:26 +00:00
|
|
|
/logs/*
|
|
|
|
/cookies/*
|
2019-06-17 21:26:46 +00:00
|
|
|
/backup/*
|
2019-07-21 17:20:42 +00:00
|
|
|
cookies
|
2020-01-17 18:45:01 +00:00
|
|
|
.env
|
2020-01-21 03:22:03 +00:00
|
|
|
RTL-Config.json
|
|
|
|
RTL-Config-1.json
|
|
|
|
RTL-Multi-Node-Conf.json
|
|
|
|
RTL.conf
|
2020-01-23 02:18:58 +00:00
|
|
|
RTL-1.conf
|
|
|
|
RTL-Multi-Node-Conf-1.json
|
2020-03-16 15:57:57 +00:00
|
|
|
RTL-Config-for-BTC-Testing.json
|
2021-02-21 19:02:31 +00:00
|
|
|
ECLDummyData.log
|
2021-12-29 23:08:41 +00:00
|
|
|
_config.yml
|
|
|
|
.vscode/launch.json
|
|
|
|
RTL-Config-Docker.json
|
|
|
|
dockerfiles/RTL-Config.json
|
|
|
|
dockerfiles/.env
|