contracts/.gitignore

43 lines
384 B
Plaintext
Raw Permalink 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-12-28 08:07:37 -02:00
.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/