specter-desktop/.gitignore
kdmukai 10b312ef4e
Feature: Auto privacy settings (#1415)
* Default bitcoind timeout to 60s for all platforms

* Create bitcoind_setup_tasks.py

* Missing prop setter bugfix

Fixes #1221

* Use jinja's "tojson" to safely escape account_map device labels

* Update wallet_pdf.jinja

* Babel instruction updates to remove kdmukai fork references

* Update README.md

* Fix hwi_bridge mode template issues

Fixes #1270

* Adds autohide sensitive info and auto logout timeouts

* minor js bugfix in `auth_settings.jinja`
* minor note in docs

* Update base.jinja

Removing debugging change.

* changed autohide default to 20min; moved int() cast

* PEP-8 formatting fix

* update dependencies and remove demon-mode

* test suite fix for new settings fields

* Interim commit

* make timeout issues more clear

* more clever waiting for mining

* extending Cypress test timeout for slow bitcoind operation on old dev machines

* JS bugfix when auth type is None

* Test patch for pytest

* Removing pytest test fix

* more robust way to delete file - fix test

* fix testcoin_faucet (way too much unnecessary mining)

Co-authored-by: Kim Neunert <k9ert@gmx.de>
2021-10-10 11:41:18 +02:00

34 lines
540 B
Text

__pycache__
.pytest_cache
*.pyc
.env
.venv
.tor_service_key
build
dist
*.egg-info
.vscode
.idea
cert.pem
key.pem
*.dmg
.python-version
pyinstaller/specterd
pyinstaller/release
pyinstaller/release-linux
pyinstaller/release-win
pyinstaller/version.txt
pyinstaller/electron/version-data.json
pyinstaller/electron/node_modules
pyinstaller/electron/dist
.DS_Store
.coverage
cypress/videos
cypress/screenshots
node_modules
btcd-conn.json
elmd-conn.json
tests/bitcoin*
token.sh
src/cryptoadvance/specter/translations/**/messages.mo
tests/elements