knex/.gitignore
Ricardo Costa a37f4f1fb8
Improve linting (#5460)
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2023-07-12 22:42:57 +02:00

35 lines
425 B
Plaintext

yarn.lock
package-lock.json
raw
*.sw?
.idea
.DS_Store
.vagrant
*.sublime-project
*.sublime-workspace
node_modules
test.sqlite3
npm-debug.log
tmp
knex-*.tgz
.eslintcache
# Testing for the knex cli:
bin/migrations-folder
bin/db.sqlite3
# Other artifacts created during testing
/knexfile.js
# Bench stuff
test/bench/temp
test/coverage/*
.nyc_output
#VsCode workspace
.vscode
/coverage/
test/integration/migrate/migration/