mango-explorer/.gitignore

29 lines
427 B
Plaintext
Raw Normal View History

2021-04-14 08:51:39 -07:00
# Mac OS X files
.DS_Store
# Ignore tmp/ directories
tmp/
.tmplintdir/
report.state
mango.build
dist
2021-04-14 08:51:39 -07:00
# Ignore any Python autogenerated nonsense.
.ipynb_checkpoints
__pycache__
.mypy_cache
2021-11-18 10:37:13 -08:00
.pytest_cache
2021-11-18 10:52:35 -08:00
.venv
2021-04-14 08:51:39 -07:00
# Don't check in any dev .version file
.version
# Don't check in any experimental commands
bin/experimental*
2021-04-14 08:51:39 -07:00
# Don't check in anything that might have credentials.
configuration.json
wallet.json
id.json
private.py