Skip to content

Commit b26edf4

Browse files
committed
Clean up site branch: remove stale files, update gitignore
- Remove docs/specs/ (stale - deploy now uses docs/electrical/, docs/mechanical/) - Remove docs/index.md and docs/LICENSE.md (fetched from master during build) - Update .gitignore to exclude dynamically fetched content - Remove target=_blank from Modules link
1 parent 7c1afc9 commit b26edf4

File tree

10 files changed

+21
-549
lines changed

10 files changed

+21
-549
lines changed

.gitignore

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1+
# Build artifacts
12
site/
3+
4+
# Content fetched from master during build
5+
docs/index.md
6+
docs/LICENSE.md
7+
docs/electrical/
8+
docs/mechanical/
9+
10+
# Python virtual environment
211
.venv/
312
venv/
13+
env/
14+
15+
# Python cache
416
__pycache__/
5-
*.pyc
17+
*.py[cod]
18+
*$py.class
19+
20+
# IDE
21+
.vscode/
22+
.idea/
23+
24+
# OS
625
.DS_Store
26+
Thumbs.db

docs/LICENSE.md

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

docs/index.md

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

docs/specs/diode-schematic.png

-27.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)