2022-09-16 17:18:15 +00:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
lerna-debug.log*
|
|
|
|
|
|
|
|
node_modules
|
2024-01-10 05:20:26 +00:00
|
|
|
.pnpm-store
|
2022-09-16 17:18:15 +00:00
|
|
|
# We want to distribute the repo
|
2024-01-01 23:18:11 +00:00
|
|
|
dist
|
|
|
|
dist/**
|
2022-09-16 17:18:15 +00:00
|
|
|
dist-ssr
|
|
|
|
*.local
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
|
|
|
.idea
|
|
|
|
.DS_Store
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
2023-02-04 00:36:31 +00:00
|
|
|
|
|
|
|
# build stats
|
2023-02-12 23:56:03 +00:00
|
|
|
stats.html
|
|
|
|
|
2023-02-15 18:53:42 +00:00
|
|
|
# Yarn - https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
|
|
|
|
.pnp.*
|
|
|
|
.yarn/*
|
|
|
|
!.yarn/patches
|
|
|
|
!.yarn/plugins
|
|
|
|
!.yarn/releases
|
|
|
|
!.yarn/sdks
|
2023-05-10 04:42:27 +00:00
|
|
|
!.yarn/versions
|
|
|
|
|
|
|
|
# Yalc
|
|
|
|
.yalc
|
2023-12-09 02:03:47 +00:00
|
|
|
yalc.lock
|
2024-02-15 11:16:11 +00:00
|
|
|
|
|
|
|
# vitest
|
2024-05-04 22:11:26 +00:00
|
|
|
tsconfig.vitest-temp.json
|
|
|
|
coverage/
|