pansoft-plrl/.gitignore

52 lines
569 B
Plaintext
Raw Normal View History

2024-07-23 15:37:23 +08:00
node_modules
.DS_Store
dist
dist-ssr
2024-09-10 22:30:01 +08:00
dist.zip
dist.tar
dist.war
.nitro
.output
*-dist.zip
*-dist.tar
*-dist.war
2024-07-23 15:37:23 +08:00
coverage
*.local
2024-09-10 22:30:01 +08:00
**/.vitepress/cache
.cache
.turbo
.temp
dev-dist
.stylelintcache
yarn.lock
package-lock.json
.VSCodeCounter
**/backend-mock/data
2024-07-23 15:37:23 +08:00
2024-09-10 22:30:01 +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.*
2024-07-23 15:37:23 +08:00
# Editor directories and files
.idea
2024-09-10 22:30:01 +08:00
# .vscode
2024-07-23 15:37:23 +08:00
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.history