2019-03-18 20:13:01 -04: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 13:57:15 -04:00
|
|
|
/node_modules_old
|
2020-07-09 15:50:20 -04:00
|
|
|
/node_modules_prod
|
|
|
|
/node_modules_dev
|
2019-03-18 20:13:01 -04: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 18:08:41 -05:00
|
|
|
/.angular/cache
|
2019-03-18 20:13:01 -04:00
|
|
|
/.sass-cache
|
|
|
|
/connect.lock
|
|
|
|
/coverage
|
2021-12-29 18:08:41 -05:00
|
|
|
/db
|
2019-03-18 20:13:01 -04:00
|
|
|
/libpeerconnection.log
|
|
|
|
npm-debug.log
|
|
|
|
yarn-error.log
|
|
|
|
testem.log
|
|
|
|
/typings
|
2021-12-29 18:08:41 -05:00
|
|
|
channels-backup
|
|
|
|
logs
|
|
|
|
cookies
|
2019-03-18 20:13:01 -04:00
|
|
|
|
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
2021-12-29 18:08:41 -05:00
|
|
|
/database/*
|
2019-03-18 20:17:26 -04:00
|
|
|
/logs/*
|
|
|
|
/cookies/*
|
2019-06-17 17:26:46 -04:00
|
|
|
/backup/*
|
2019-07-21 13:20:42 -04:00
|
|
|
cookies
|
2020-01-17 13:45:01 -05:00
|
|
|
.env
|
2020-01-20 22:22:03 -05:00
|
|
|
RTL-Config.json
|
|
|
|
RTL-Config-1.json
|
|
|
|
RTL-Multi-Node-Conf.json
|
|
|
|
RTL.conf
|
2020-01-22 21:18:58 -05:00
|
|
|
RTL-1.conf
|
|
|
|
RTL-Multi-Node-Conf-1.json
|
2020-03-16 11:57:57 -04:00
|
|
|
RTL-Config-for-BTC-Testing.json
|
2021-02-21 14:02:31 -05:00
|
|
|
ECLDummyData.log
|
2021-12-29 18:08:41 -05:00
|
|
|
_config.yml
|
|
|
|
.vscode/launch.json
|
|
|
|
RTL-Config-Docker.json
|
|
|
|
dockerfiles/RTL-Config.json
|
|
|
|
dockerfiles/.env
|
2022-06-21 20:29:30 -04:00
|
|
|
RTL-Config-Regtest.json
|
|
|
|
RTL-Config-Signet.json
|
|
|
|
RTL-Config-Testnet.json
|