chore: stop tracking .docs/ and add to .gitignore

.docs/ is now excluded from git tracking so working/research notes
can live there without being committed.
This commit is contained in:
Will Miao
2026-06-17 11:20:01 +08:00
parent 547e1f9498
commit e268e59419
2 changed files with 3 additions and 153 deletions

3
.gitignore vendored
View File

@@ -28,3 +28,6 @@ vue-widgets/dist/
# Hypothesis test cache
.hypothesis/
# Working/research notes (not committed)
.docs/