diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-09 07:24:55 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-09 07:24:55 +0000 |
| commit | 6bc2d70f6dd351521e522cc4d0f1ac188848ad26 (patch) | |
| tree | c4253c9e8f45f51e386b79ffbb66c320f5fd8e57 /.gitignore | |
| parent | 92bfbd3f67622bbbc77c3cd0dec78f5a5015742b (diff) | |
build: add .envrc to use nix flake
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -11,4 +11,7 @@ work/* | |||
| 11 | 11 | ||
| 12 | # Environment and data | 12 | # Environment and data |
| 13 | .env | 13 | .env |
| 14 | data/ \ No newline at end of file | 14 | data/ |
| 15 | |||
| 16 | # direnv directory - used by nix | ||
| 17 | .direnv \ No newline at end of file | ||