Updates gitignore

This commit is contained in:
Sergi Delgado Segura
2019-08-09 14:57:41 +01:00
parent b81bfdbb1d
commit d5899f8909

20
.gitignore vendored
View File

@@ -1,29 +1,9 @@
*~
\#*\#
.\#*
build/
dist/
node_modules/
.vscode/ .vscode/
*.log *.log
.nyc_output
logs/
.DS_Store .DS_Store
.idea
/pisa-btc/venv/* /pisa-btc/venv/*
conf.py conf.py
bitcoin.conf* bitcoin.conf*
*__pycache__ *__pycache__
.pending* .pending*
pisa.log
pisa-btc/apps/cli/*.json pisa-btc/apps/cli/*.json
.\#*
build/
dist/
node_modules/
.vscode/
*.log
.nyc_output
logs/