cursor Init 完善多人协同changelog,以及godot相关基础skill和代码规范
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -4,6 +4,7 @@
|
||||
|
||||
# Hook 运行态标记(仅影响本地会话)
|
||||
.cursor/changelog/.changelog-ack
|
||||
.cursor/changelog/.session-start
|
||||
|
||||
# cursor-init 运行时临时产物
|
||||
.cursor/_init-backup/
|
||||
@@ -12,6 +13,7 @@
|
||||
# 注意:不要忽略 .cursor/.init-done
|
||||
# 本模板仓库自身应当 **不包含** 此文件(让 clone 者首次会话触发 init)
|
||||
# 下游项目 init 完成后需要 commit 它
|
||||
!.cursor/.init-done
|
||||
|
||||
# === OS ===
|
||||
# Windows
|
||||
@@ -46,6 +48,33 @@ $RECYCLE.BIN/
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# === Python ===
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# === Godot ===
|
||||
# Godot 4 的编辑器缓存和导入缓存(可安全重新生成)
|
||||
.godot/
|
||||
|
||||
# 常见的根级构建/导出目录
|
||||
/build/
|
||||
/dist/
|
||||
/out/
|
||||
/export/
|
||||
/exports/
|
||||
|
||||
# Godot 资源 UID 与导入元数据必须提交,不要添加 .uid 或 *.import 忽略规则
|
||||
!*.uid
|
||||
!*.import
|
||||
|
||||
# === Custom ===
|
||||
# 本模板仓库自身的临时文件
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user