sticker-market/.gitignore

51 lines
512 B
Plaintext
Raw Normal View History

2019-06-03 19:57:37 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# embark
2019-06-04 16:16:23 +00:00
.embark
2019-06-03 19:57:37 +00:00
chains.json
.password
2019-06-04 16:16:23 +00:00
flattenedContracts
embarkArtifacts
config/livenet/password
config/production/password
dist
embarkArtifacts
2019-06-05 01:52:10 +00:00
crytic-export
2019-06-03 19:57:37 +00: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
package-lock.json
# other
.vs/
bin/
2019-06-04 16:16:23 +00:00
.trash/