pc_vue_admin/.gitignore

29 lines
299 B
Plaintext
Raw Normal View History

2024-07-23 03:24:17 +00:00
.DS_Store
node_modules
/dist
*.lock
package-lock.json
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# other files
stats.html
auto-imports.d.ts
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?