diff options
| author | KJ Tsanaktsidis <kj@kjtsanaktsidis.id.au> | 2025-09-06 11:35:19 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-06 11:35:19 +1000 |
| commit | b2c0cf27604f421258077156d18d7ed45d32228f (patch) | |
| tree | 7c055c61cfbcfdddf2b6008573198120cc0a88dd | |
Initial commit
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..912e670 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore automatically generated direnv output +.direnv |
