upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-04 10:25:53 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-04 10:25:53 +0000
commit52bad9954cdddf55ab749fd0c6387edbc766632f (patch)
treed9dd2078b70a627a71d1adb9555cee83faec5cd0 /.gitignore
parentdb460efdd4cf34d3b6ac8c19b1b8f89f22bc279f (diff)
docs: use Diátaxis structure
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 35e2ff7..35e529d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,9 @@
1# AI assistant context
1.ai/ 2.ai/
2 3
3grasp-audit/target \ No newline at end of file 4# Rust build artifacts
5grasp-audit/target
6
7# Working directory (session-specific temporary files)
8work/*
9!work/README.md \ No newline at end of file