diff options
| author | 夏音 / natsuoto.exe <[email protected]> | 2026-06-25 18:47:00 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-25 18:47:00 +0530 |
| commit | 21ec7908c94839fff63b5275871cf84e92787a08 (patch) | |
| tree | 875da9c4bd1fabdcd21e981c5d77044fcdbd6b64 | |
| parent | cb9e24177a319bc601b0341b8170507e1fd2e879 (diff) | |
| parent | 49297e1988db99639daf7e2a07945cfac6dd592e (diff) | |
| download | edify-21ec7908c94839fff63b5275871cf84e92787a08.tar.xz edify-21ec7908c94839fff63b5275871cf84e92787a08.zip | |
chore: gitignore design_docs/ working directory (#66)
## Summary
Adds `design_docs/` to `.gitignore`. The directory is a local working
space for collaborative design notes between Bobby and Claude (currently
holds the 1.0 design doc) — its contents are intentionally local-only,
not user-facing documentation.
Without this line, the contents are at risk of being accidentally
tracked or committed during routine `git add` operations.
The single commit on this branch (`49297e1`) was authored and GPG-signed
locally; the PR just lands it on `main` via the standard issue+PR flow.
Closes #65
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,3 +75,6 @@ docs/_build # Codecov Binary codecov + +# Design Docs +design_docs |
