contracts/.gitignore
Ricardo Guilherme Schmidt 6481de087b
update to embark 4.0.1
2019-03-28 20:10:02 -03:00

50 lines
498 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# embark
.embark
chains.json
.password
flattenedContracts
embarkArtifacts
config/livenet/password
config/production/password
dist
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/
.trash/