diff options
author | Alan Pearce | 2023-05-18 20:52:18 +0200 |
---|---|---|
committer | Alan Pearce | 2023-05-18 20:52:18 +0200 |
commit | 397ef49a967738fc0046ea9308f8fd7f1c447613 (patch) | |
tree | 513920ee8b4e8a671394ea6eef9c557b22a3c6ae /.gitignore | |
parent | 83b0584d636cbfab9a81c03d2455424ddb885d1f (diff) | |
download | website-397ef49a967738fc0046ea9308f8fd7f1c447613.tar.lz website-397ef49a967738fc0046ea9308f8fd7f1c447613.tar.zst website-397ef49a967738fc0046ea9308f8fd7f1c447613.zip |
Make buildable with nix (requires submodule workaround)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fed311c..c510874 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /public/ .direnv +/result |