contracts/.gitignore

50 lines
498 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
2019-03-28 20:10:02 -03:00
.embark
2018-04-23 01:58:58 -03:00
chains.json
2018-12-28 08:07:37 -02:00
.password
2019-03-28 20:10:02 -03:00
flattenedContracts
embarkArtifacts
config/livenet/password
config/production/password
dist
embarkArtifacts
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/
2019-03-28 20:10:02 -03:00
.trash/