chore(git): 移除项目中的.gitignore文件

移除了根目录和auth-portal/src目录下的.gitignore配置文件,
以及相关的二进制缓存文件,统一项目忽略规则管理。
This commit is contained in:
2026-03-16 09:40:34 +08:00
parent a92841e912
commit 62808484d6
7 changed files with 1 additions and 550 deletions

60
.gitignore vendored
View File

@ -1,60 +0,0 @@
# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
*~
# Local env
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*.pyd
.python-version
.venv/
venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.eggs/
*.egg-info/
build/
dist/
site/
# Node / Next.js
node_modules/
.pnpm-store/
.pnp
.pnp.js
.next/
.next-dev/
out/
coverage/
*.tsbuildinfo
.turbo/
.vercel/
.eslintcache
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Misc
.cache/
*.log