File tree Expand file tree Collapse file tree 5 files changed +44
-376
lines changed Expand file tree Collapse file tree 5 files changed +44
-376
lines changed Original file line number Diff line number Diff line change 1
- # Build output
1
+ # ============================================================================
2
+ # Docusaurus Migration - Updated .gitignore
3
+ # ============================================================================
4
+
5
+ # PRESERVE: Legacy Sphinx versions (frozen documentation)
6
+ # ✅ docs/legacy/v0.2.11/ through docs/legacy/v0.2.22/ - TRACKED
7
+ # ✅ docs/versionsArchived.json - TRACKED
8
+ # ✅ docs/index.html - TRACKED (root redirect)
9
+ # ✅ docs/.nojekyll - TRACKED (GitHub Pages config)
10
+
11
+ # IGNORE: Generated Docusaurus build output (rebuilt from main repo)
12
+ docs /docs /
13
+ docs /assets /
14
+ docs /js /
15
+ docs /css /
16
+ docs /img /
17
+ docs /fonts /
18
+ docs /* .js
19
+ docs /* .css
20
+ docs /* .map
21
+ docs /manifest.json
22
+ docs /sitemap.xml
23
+ docs /robots.txt
24
+ docs /404.html
25
+
26
+ # IGNORE: Node.js dependencies and build artifacts
27
+ node_modules /
28
+ npm-debug.log *
29
+ yarn-debug.log *
30
+ yarn-error.log *
31
+ .npm
32
+ .yarn-integrity
33
+ package-lock.json
34
+ yarn.lock
35
+
36
+ # IGNORE: Docusaurus build cache
37
+ .docusaurus /
38
+ build /
39
+
40
+ # IGNORE: Legacy Sphinx build artifacts (keep content, ignore build files)
2
41
_build /
3
42
.sphinx /
4
43
5
- # Python
44
+ # IGNORE: Python artifacts
6
45
__pycache__ /
7
46
* .py [cod ]
8
47
* $py.class
12
51
venv /
13
52
.venv /
14
53
15
- # IDE
54
+ # IGNORE: IDE files
16
55
.vscode /
17
56
.idea /
18
57
* .swp
19
58
* .swo
20
59
* ~
21
60
22
- # OS
61
+ # IGNORE: OS files
23
62
.DS_Store
24
63
Thumbs.db
25
64
26
- # Logs
65
+ # IGNORE: Logs and temporary files
27
66
* .log
28
67
29
68
# Docusaurus build artefacts
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments