mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 09:52:14 +01:00
39 lines
501 B
Plaintext
39 lines
501 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# production config and external assets
|
|
config.json
|
|
|
|
# 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
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
testem.log
|
|
/typings
|
|
|
|
#System Files
|
|
.DS_Store
|
|
Thumbs.db
|