chore: 添加 .gitignore 并移除敏感/缓存文件
- 添加 .gitignore (Python __pycache__, .env, .idea, node_modules 等) - 从追踪中移除 backend/.env, frontend/.env (密钥文件) - 从追踪中移除 __pycache__/ 目录 (编译缓存) - 从追踪中移除 .idea/ (IDE 配置)
This commit is contained in:
@ -1 +0,0 @@
|
||||
VITE_API_BASE_URL=http://192.168.9.80:8000
|
||||
Reference in New Issue
Block a user