Skip to content

Commit b4081f5

Browse files
committed
chore: add tests/ directory to .gitignore
1 parent bb2878f commit b4081f5

5 files changed

Lines changed: 47 additions & 13 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ progress.md
2323
*.backup
2424
*_backup.*
2525
*~.nib
26+
27+
# Test files
28+
tests/

.specify/memory/BUNDLE_INDEX.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"last_checkpoint_id": "personal-field-unification-2025-10-23",
3-
"last_lifecycle_epoch": "2025-10-23T19:36:45+08:00",
4-
"last_design_id": "personal-field-hierarchy-unification@v2.2.0",
5-
"last_user_hash": "personal-field-unification-request",
2+
"last_checkpoint_id": "gitignore-update-2025-10-23",
3+
"last_lifecycle_epoch": "2025-10-23T19:41:53+08:00",
4+
"last_design_id": "gitignore-tests-exclusion@v2.2.0",
5+
"last_user_hash": "gitignore-tests-update-request",
66
"files_digest": {
7-
"index-personal.html": "單語中文版欄位順序統一(Name→Title→Organization→Department)",
8-
"index-personal-en.html": "單語英文版欄位順序統一(Name→Title→Organization→Department)",
9-
"progress.md": "任務狀態更新為單語個人版欄位重新設計完成"
7+
".gitignore": "添加tests/目錄排除規則,避免測試檔案被版本控制追蹤",
8+
"progress.md": "任務狀態更新為.gitignore更新完成"
109
},
1110
"promoted_facts": [
12-
"所有個人版本欄位順序統一完成",
13-
"設計邏輯基於DDD資訊架構原則",
14-
"視覺層次在所有版本保持一致",
15-
"個人版本間完全統一的使用者體驗"
11+
".gitignore更新完成",
12+
"tests目錄排除規則生效",
13+
"測試檔案不再被版本控制追蹤",
14+
"配置檔案格式正確一致"
1615
]
1716
}

.specify/memory/CHECKPOINTS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# CHECKPOINTS Manifest
22

3+
## gitignore-update-2025-10-23
4+
**時間**: 2025-10-23T19:41:53+08:00
5+
**版本**: v2.2.0
6+
**類型**: .gitignore 配置更新
7+
**狀態**: COMPLETED
8+
9+
### 變更摘要
10+
- 在 .gitignore 中添加 tests/ 目錄排除規則
11+
- 添加 "# Test files" 註解說明
12+
- 避免測試檔案被版本控制追蹤
13+
- 保持配置檔案格式一致性
14+
15+
### 檔案清單
16+
- .gitignore (添加 tests/ 排除規則)
17+
- progress.md (狀態更新)
18+
19+
### DocOps Hash
20+
- STM: progress.md#gitignore-update-complete
21+
- LTM: .specify/memory/DECISIONS.md#2025-10-23-gitignore-closed
22+
323
## personal-field-unification-2025-10-23
424
**時間**: 2025-10-23T19:36:45+08:00
525
**版本**: v2.2.0

.specify/memory/DECISIONS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# DECISIONS Log
22

3+
## 2025-10-23 .gitignore 更新 [CLOSED]
4+
**決策**: 在 .gitignore 中添加 tests/ 目錄排除規則
5+
**狀態**: CLOSED
6+
**影響檔案**: .gitignore
7+
**關鍵變更**:
8+
- 添加 tests/ 目錄排除規則
9+
- 添加 "# Test files" 註解說明
10+
- 避免測試檔案被版本控制追蹤
11+
12+
**驗收標準**: ✅ .gitignore 語法正確、✅ 規則生效、✅ 格式一致
13+
**回滾方案**: 移除 .gitignore 第 27-28 行
14+
315
## 2025-10-23 單語個人版欄位重新設計 [CLOSED]
416
**決策**: 統一所有個人版本的欄位排序為 Name → Title → Organization → Department
517
**狀態**: CLOSED

progress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 當前狀態
22
**專案**: NFC 數位名片系統 v2.2.0
3-
**最新完成**: 單語個人版欄位排序重新設計(統一所有個人版本
4-
**歸檔**: context/archive/personal-field-unification-2025-10-23/
3+
**最新完成**: .gitignore 更新(添加 tests/ 目錄排除
4+
**歸檔**: context/archive/gitignore-update-2025-10-23/
55

66
## 已完成任務 - 單語個人版欄位排序重新設計 (2025-10-23)
77
**欄位順序調整**: 將單語個人版欄位順序改為 Name → Title → Organization → Department

0 commit comments

Comments
 (0)