1
0
mirror of https://github.com/theoludwig/kysely-typegen.git synced 2026-05-22 16:23:25 +02:00
Files
2026-05-20 20:40:14 +02:00

43 lines
414 B
Plaintext

# dependencies
node_modules
.npm
# production
build
dist
.swc
# testing
coverage
.nyc_output
reports
.stryker-tmp
# envs
.env
.env.production
# debug
npm-debug.log*
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
codegen.ts
.DS_Store
examples