# Logs | |
logs | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
pnpm-debug.log* | |
lerna-debug.log* | |
node_modules | |
.pnpm-store | |
# We want to distribute the repo | |
dist | |
dist/** | |
dist-ssr | |
*.local | |
# Editor directories and files | |
.vscode/* | |
!.vscode/extensions.json | |
.idea | |
.DS_Store | |
*.suo | |
*.ntvs* | |
*.njsproj | |
*.sln | |
*.sw? | |
# build stats | |
stats.html | |
# Yarn - https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored | |
.pnp.* | |
.yarn/* | |
!.yarn/patches | |
!.yarn/plugins | |
!.yarn/releases | |
!.yarn/sdks | |
!.yarn/versions | |
# Yalc | |
.yalc | |
yalc.lock | |
# vitest | |
tsconfig.vitest-temp.json | |
coverage/ |