diff options
author | Alan Pearce | 2024-05-22 19:09:01 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-23 05:16:33 +0200 |
commit | 3572efc9223261f0487b57624e18769b86d84072 (patch) | |
tree | 105d4d22964ea523696261f0cfb486698583367e /.gitignore | |
parent | b424e13a40cccd1f95a8e2e618666980e725e0e9 (diff) | |
download | website-3572efc9223261f0487b57624e18769b86d84072.tar.lz website-3572efc9223261f0487b57624e18769b86d84072.tar.zst website-3572efc9223261f0487b57624e18769b86d84072.zip |
ignore nix build output
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 403c115..6c9ee49 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ go.work /netlify/.netlify/ /website/ /.pre-commit-config.yaml +/result |