admin-vben/.gitignore

52 lines
569 B
Plaintext
Raw Normal View History

2024-05-19 13:20:42 +00: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 13:20:42 +00:00
coverage
*.local
2024-06-16 05:43:33 +00:00
**/.vitepress/cache
2024-05-19 13:20:42 +00:00
.cache
.turbo
.temp
2024-06-16 07:45:15 +00:00
dev-dist
2024-05-19 13:20:42 +00:00
.stylelintcache
yarn.lock
package-lock.json
.VSCodeCounter
2024-06-30 06:09:44 +00:00
**/backend-mock/data
2024-05-19 13:20:42 +00: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?
.history