ens-usernames/.gitignore

45 lines
432 B
Plaintext
Raw Normal View History

2018-04-23 01:58:58 -03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# embark
.embark/
chains.json
2018-04-23 02:04:49 -03:00
config/production/password
config/livenet/password
2018-04-23 01:58:58 -03:00
# egg-related
viper.egg-info/
build/
dist/
.eggs/
# pyenv
.python-version
# dotenv
.env
# virtualenv
.venv/
venv/
ENV/
# Coverage tests
.coverage
.cache/
coverage/
coverageEnv/
coverage.json
# node
node_modules/
npm-debug.log
2018-05-13 12:41:38 -03:00
package-lock.json
2018-04-23 01:58:58 -03:00
# other
.vs/
bin/
2018-09-24 17:15:43 +02:00
.idea/