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:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 35e529d..f509de7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,13 @@
2.ai/ 2.ai/
3 3
4# Rust build artifacts 4# Rust build artifacts
5target/
5grasp-audit/target 6grasp-audit/target
6 7
7# Working directory (session-specific temporary files) 8# Working directory (session-specific temporary files)
8work/* 9work/*
9!work/README.md \ No newline at end of file 10!work/README.md
11
12# Environment and data
13.env
14data/ \ No newline at end of file