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>2026-01-09 07:24:55 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-01-09 07:24:55 +0000
commit6bc2d70f6dd351521e522cc4d0f1ac188848ad26 (patch)
treec4253c9e8f45f51e386b79ffbb66c320f5fd8e57 /.gitignore
parent92bfbd3f67622bbbc77c3cd0dec78f5a5015742b (diff)
build: add .envrc to use nix flake
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f509de7..ef2cbe1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,7 @@ work/*
11 11
12# Environment and data 12# Environment and data
13.env 13.env
14data/ \ No newline at end of file 14data/
15
16# direnv directory - used by nix
17.direnv \ No newline at end of file