ens-usernames/.gitignore
Ricardo Guilherme Schmidt 7842023a8d
update to embark 4.0.2
2019-05-26 03:33:25 -03:00

47 lines
455 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# embark
.embark/
chains.json
config/production/password
config/livenet/password
embarkArtifacts/
# 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
package-lock.json
# other
.vs/
bin/
.idea/
*.iml