pansoft-plrl/.gitignore

50 lines
554 B
Plaintext
Raw Normal View History

2024-05-19 21:20:42 +08:00
node_modules
.DS_Store
dist
dist-ssr
dist.zip
dist.tar
dist.war
.nitro
.output
*-dist.zip
*-dist.tar
*-dist.war
2024-05-19 21:20:42 +08:00
coverage
*.local
2024-06-16 13:43:33 +08:00
**/.vitepress/cache
2024-05-19 21:20:42 +08:00
.cache
.turbo
2024-06-16 15:45:15 +08:00
dev-dist
2024-05-19 21:20:42 +08:00
.stylelintcache
yarn.lock
package-lock.json
.VSCodeCounter
2024-06-30 14:09:44 +08:00
**/backend-mock/data
2024-05-19 21:20:42 +08:00
# local env files
.env.local
.env.*.local
.eslintcache
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
vite.config.mts.*
vite.config.mjs.*
vite.config.js.*
vite.config.ts.*
# Editor directories and files
.idea
# .vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?