管理人页面修改
This commit is contained in:
31
.gitignore
vendored
31
.gitignore
vendored
@ -1,24 +1,11 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
# dist/
|
||||
# build/
|
||||
gsxt/
|
||||
# 忽略 node_modules 文件夹
|
||||
node_modules/
|
||||
|
||||
# local env files
|
||||
# 可选:你也可能想忽略其他常见文件
|
||||
npm-debug.log
|
||||
.yarn-integrity
|
||||
.yarn/
|
||||
dist/
|
||||
build/
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
*.log
|
Reference in New Issue
Block a user