mango-explorer/.gitignore

26 lines
402 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
2021-04-14 08:51:39 -07:00
# Ignore any Python autogenerated nonsense.
.ipynb_checkpoints
__pycache__
.mypy_cache
# 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