File tree Expand file tree Collapse file tree 1 file changed +9
-45
lines changed
Expand file tree Collapse file tree 1 file changed +9
-45
lines changed Original file line number Diff line number Diff line change 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
1+ # Generated Docusaurus build output
2+ docs /
253
26- # IGNORE: Node.js dependencies and build artifacts
4+ # Node.js dependencies and build artifacts
275node_modules /
286npm-debug.log *
297yarn-debug.log *
@@ -33,15 +11,15 @@ yarn-error.log*
3311package-lock.json
3412yarn.lock
3513
36- # IGNORE: Docusaurus build cache
14+ # Docusaurus build cache
3715.docusaurus /
3816build /
3917
40- # IGNORE: Legacy Sphinx build artifacts (keep content, ignore build files)
18+ # Legacy Sphinx build artifacts
4119_build /
4220.sphinx /
4321
44- # IGNORE: Python artifacts
22+ # Python artifacts
4523__pycache__ /
4624* .py [cod ]
4725* $py.class
5129venv /
5230.venv /
5331
54- # IGNORE: IDE files
32+ # IDE files
5533.vscode /
5634.idea /
5735* .swp
5836* .swo
5937* ~
6038
61- # IGNORE: OS files
39+ # OS files
6240.DS_Store
6341Thumbs.db
6442
65- # IGNORE: Logs and temporary files
43+ # Logs and temporary files
6644* .log
6745
6846# Docusaurus build artefacts
6947docs /
7048
71- # Docusaurus build cache
72- .docusaurus /
73- build /
74-
75- # Node.js dependencies and build artifacts
76- node_modules /
77- npm-debug.log *
78- yarn-debug.log *
79- yarn-error.log *
80- .npm
81- .yarn-integrity
82- package-lock.json
83- yarn.lock
84-
8549# Claude
8650CLAUDE.md
8751.claude /settings.local.json
You can’t perform that action at this time.
0 commit comments