* Add lint-staged package * Add husky and configure it to run lint staged * Fix the yarn lock file
104 lines
1.5 KiB
Plaintext
104 lines
1.5 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# SQLite database files
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
bower_components
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# TypeScript v1 declaration files
|
|
typings/
|
|
|
|
# NVM config
|
|
.nvmrc
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
.npmrc
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# built library using in commonjs module syntax
|
|
lib/
|
|
# UMD bundles that export the global variable
|
|
_bundles
|
|
|
|
# generated documentation
|
|
generated_docs/
|
|
|
|
TODO.md
|
|
|
|
# IDE file
|
|
.vscode
|
|
.idea
|
|
|
|
# generated contract artifacts/
|
|
generated-artifacts/
|
|
|
|
# generated contract wrappers
|
|
generated-wrappers/
|
|
|
|
# foundry artifacts
|
|
foundry-artifacts/
|
|
|
|
# foundry cache
|
|
cache/
|
|
|
|
#foundry output artifacts
|
|
out/
|
|
|
|
# typechain wrappers
|
|
contracts/zero-ex/typechain-wrappers/
|
|
|
|
# Doc README copy
|
|
packages/*/docs/README.md
|
|
|
|
.DS_Store
|
|
|
|
# the snapshot that gets built for migrations sure does have a ton of files
|
|
packages/migrations/0x_ganache_snapshot*
|