mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 05:42:45 +08:00
27 lines
352 B
Plaintext
27 lines
352 B
Plaintext
# .gitignore
|
|
.DS_Store
|
|
node_modules
|
|
dist
|
|
.env.local
|
|
.env.*.local
|
|
npm-debug.log*
|
|
yarn.lock
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
public/video
|
|
*.zip
|
|
*.7z
|
|
/src/layouts/components/layouts
|
|
/zx-templates
|
|
/package-lock.json
|
|
/src/styles/themes/green.scss
|
|
/src/styles/themes/dark.scss
|
|
/src/styles/themes/glory.scss
|
|
/.history
|