mempool/backend/.gitignore

48 lines
629 B
Plaintext
Raw Normal View History

2019-07-21 16:59:47 +02:00
# See http://help.github.com/ignore-files/ for more about ignoring files.
2021-12-20 23:00:50 +01:00
# production config and external assets
2022-07-07 21:21:41 +02:00
!mempool-config.template.json
2021-12-20 23:00:50 +01:00
!mempool-config.sample.json
2022-07-20 18:29:19 +02:00
mempool-config.json
pools.json
2021-12-20 01:01:40 +01:00
icons.json
2019-07-21 16:59:47 +02:00
# compiled output
/dist
/tmp
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
# 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
testem.log
/typings
# e2e
/e2e/*.js
/e2e/*.map
#System Files
.DS_Store
Thumbs.db