feat: more comprehensive gitignore
This commit is contained in:
36
.gitignore
vendored
36
.gitignore
vendored
@ -1,9 +1,35 @@
|
|||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
node_modules/
|
|
||||||
build/
|
# Logs
|
||||||
.DS_Store/
|
logs
|
||||||
/coverage
|
*.log
|
||||||
coverage.json
|
|
||||||
|
# Runtime data
|
||||||
|
pids
|
||||||
|
*.pid
|
||||||
|
*.seed
|
||||||
allFiredEvents
|
allFiredEvents
|
||||||
scTopics
|
scTopics
|
||||||
|
|
||||||
|
# Coverage directory used by tools like istanbul
|
||||||
|
coverage
|
||||||
|
coverage.json
|
||||||
|
|
||||||
|
# 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/
|
||||||
|
|||||||
Reference in New Issue
Block a user