33 lines
375 B
Plaintext
33 lines
375 B
Plaintext
|
node_modules
|
||
|
.DS_Store
|
||
|
dist
|
||
|
.cache
|
||
|
|
||
|
tests/server/static
|
||
|
tests/server/static/upload
|
||
|
|
||
|
.local
|
||
|
# local env files
|
||
|
.env.local
|
||
|
.env.*.local
|
||
|
.eslintcache
|
||
|
|
||
|
# Log files
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
*pnpm-debug.log*
|
||
|
|
||
|
# Editor directories and files
|
||
|
.idea
|
||
|
# .vscode
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw?
|
||
|
|
||
|
# auto generate file
|
||
|
types/auto-imports.d.ts
|
||
|
types/components.d.ts
|