mirror of
https://github.com/Ride-The-Lightning/RTL
synced 2024-10-31 09:20:27 +00:00
f817ae39bc
Dahboard layout fix #576 Boltz integration (#590) Merged verify token and password authentication Channel mobile view update ECL Adding inactive channels force close Flag Dust UTXOs Bug fix for forwarding history browser crash #596 Label and Lease UTXOs UI Table Fixes App settings (#604) Settings updates UTXO lease confirmation box Login and Settings page without add new node
56 lines
755 B
Plaintext
56 lines
755 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
# compiled output
|
|
/dist
|
|
/tmp
|
|
/out-tsc
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/node_modules_old
|
|
/node_modules_prod
|
|
/node_modules_dev
|
|
|
|
# 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
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
/typings
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
/logs/*
|
|
/cookies/*
|
|
/backup/*
|
|
cookies
|
|
.env
|
|
RTL-Config.json
|
|
RTL-Config-1.json
|
|
RTL-Multi-Node-Conf.json
|
|
RTL.conf
|
|
RTL-1.conf
|
|
RTL-Multi-Node-Conf-1.json
|
|
RTL-Config-for-BTC-Testing.json
|
|
ECLDummyData.log
|