Skip to content

Commit 07c3067

Browse files
authored
Merge pull request #166 from johnxie/fix/cleanup-sensitive-files
fix: remove internal planning files and IDE config
2 parents 6792c9d + e1f0f2e commit 07c3067

File tree

6 files changed

+12
-233
lines changed

6 files changed

+12
-233
lines changed

.continue/prompts/new-prompt.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# macOS
22
.DS_Store
3+
4+
# IDE / editor config
5+
.continue/
6+
.vscode/
7+
.idea/
8+
9+
# Environment
10+
.env
11+
.env.*

CONTENT_GAPS_ANALYSIS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This document tracks structural and quality gaps that impact completeness and di
66

77
| Metric | Value |
88
|:-------|:------|
9-
| Tutorial directories | 201 |
10-
| Tutorials with exactly 8 numbered chapters | 198 |
9+
| Tutorial directories | 203 |
10+
| Tutorials with exactly 8 numbered chapters | 200 |
1111
| Tutorials with >8 numbered chapters | 3 |
1212
| Tutorials with 0 numbered chapters | 0 |
1313
| Tutorials with partial chapter coverage (1-7) | 0 |

ENHANCEMENT_PLAN.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

IMPORT_ROADMAP_TODO.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

TUTORIAL_STRUCTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tutorials/<tutorial-name>/
1717

1818
| Pattern | Count |
1919
|:--------|:------|
20-
| `root_only` | 201 |
20+
| `root_only` | 203 |
2121
| `docs_only` | 0 |
2222
| `index_only` | 0 |
2323
| `mixed` | 0 |

0 commit comments

Comments
 (0)