- Upgrade version - Re-enable in travis.yml - Move mocks to contracts folder for instrumentation
37 lines
372 B
Plaintext
37 lines
372 B
Plaintext
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
allFiredEvents
|
|
scTopics
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
coverage.json
|
|
coverageEnv
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
|
|
# Debug log from npm
|
|
npm-debug.log
|
|
|
|
# local env variables
|
|
.env
|
|
|
|
# truffle build directory
|
|
build/
|
|
|
|
# lol macs
|
|
.DS_Store/
|