diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-04 10:25:53 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-04 10:25:53 +0000 |
| commit | 52bad9954cdddf55ab749fd0c6387edbc766632f (patch) | |
| tree | d9dd2078b70a627a71d1adb9555cee83faec5cd0 /.gitignore | |
| parent | db460efdd4cf34d3b6ac8c19b1b8f89f22bc279f (diff) | |
docs: use Diátaxis structure
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | # AI assistant context | ||
| 1 | .ai/ | 2 | .ai/ |
| 2 | 3 | ||
| 3 | grasp-audit/target \ No newline at end of file | 4 | # Rust build artifacts |
| 5 | grasp-audit/target | ||
| 6 | |||
| 7 | # Working directory (session-specific temporary files) | ||
| 8 | work/* | ||
| 9 | !work/README.md \ No newline at end of file | ||