Skip to content

Commit

Permalink
feat(preset-esm): update gitignore for better coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alvis committed Jan 16, 2024
1 parent 2189d72 commit cd691a6
Showing 1 changed file with 35 additions and 5 deletions.
40 changes: 35 additions & 5 deletions packages/preset-esm/templates/gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,42 @@
/{output}
/coverage
/generated
node_modules
# preset generated files
/.eslintrc.json
/.husky
/.jestrc.json
/.gitignore
/.lintstagedrc.json
/.npmignore
/.prettierrc.json
/tsconfig.*
/tsconfig.json
/tsconfig.build.json

# dependency
node_modules

# output
/{output}
/{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

0 comments on commit cd691a6

Please sign in to comment.