38 lines
499 B
Plaintext
38 lines
499 B
Plaintext
# preset generated files
|
|
/.eslintrc.json
|
|
/.husky
|
|
/.jestrc.json
|
|
/.gitignore
|
|
/.lintstagedrc.json
|
|
/.npmignore
|
|
/.prettierrc.json
|
|
/tsconfig.json
|
|
/tsconfig.build.json
|
|
|
|
# dependency
|
|
node_modules
|
|
# output
|
|
/lib
|
|
/generated
|
|
# coverage
|
|
/coverage
|
|
*.lcov
|
|
# diagnostic reports (https://nodejs.org/api/report.html)
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
# log
|
|
/log
|
|
/logs
|
|
*.log
|
|
*-debug.log*
|
|
.*-debug.log*
|
|
# cache
|
|
.DS_Store
|
|
.cache
|
|
.npm
|
|
.pnpm*
|
|
*.tsbuildinfo
|
|
# configuration
|
|
.env*
|
|
!.env*.example
|
|
src/account/generated
|