chore(git): 移除项目中的.gitignore文件
移除了根目录和auth-portal/src目录下的.gitignore配置文件, 以及相关的二进制缓存文件,统一项目忽略规则管理。
This commit is contained in:
60
.gitignore
vendored
60
.gitignore
vendored
@ -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
|
||||
Reference in New Issue
Block a user