mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-19 18:39:19 +08:00
chore: 精简 .gitignore 文件
This commit is contained in:
parent
787143e1c8
commit
f3645cfdca
31
.gitignore
vendored
31
.gitignore
vendored
@ -1,35 +1,18 @@
|
|||||||
# Git 会忽略的文件
|
# Common
|
||||||
|
|
||||||
.DS_Store
|
|
||||||
node_modules
|
|
||||||
dist
|
dist
|
||||||
dist-ssr
|
node_modules
|
||||||
.eslintcache
|
.eslintcache
|
||||||
|
vite.config.*.timestamp*
|
||||||
|
|
||||||
|
# MacOS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# Local env files
|
# Local env files
|
||||||
*.local
|
*.local
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
|
||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
lerna-debug.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
# Use the pnpm
|
||||||
.vscode/*
|
|
||||||
!.vscode/extensions.json
|
|
||||||
!.vscode/settings.json
|
|
||||||
!.vscode/*.code-snippets
|
|
||||||
.idea
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
||||||
|
|
||||||
# Use the PNPM
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user