mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
35 lines
425 B
Plaintext
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/
|