chore: ignore entire docs/ folder (not in git)
Browse files- .gitignore +2 -2
.gitignore
CHANGED
|
@@ -46,8 +46,8 @@ _output/
|
|
| 46 |
# Reference materials (not in git, static copies)
|
| 47 |
ref/
|
| 48 |
|
| 49 |
-
# Documentation
|
| 50 |
-
docs
|
| 51 |
|
| 52 |
# Testing
|
| 53 |
.pytest_cache/
|
|
|
|
| 46 |
# Reference materials (not in git, static copies)
|
| 47 |
ref/
|
| 48 |
|
| 49 |
+
# Documentation folder (not in git, external storage)
|
| 50 |
+
docs/
|
| 51 |
|
| 52 |
# Testing
|
| 53 |
.pytest_cache/
|