diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-01 17:38:04 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-01 17:38:04 +0100 |
commit | 04528d1e60a6b8757f3eb68f4f42569246d2e3f6 (patch) | |
tree | 94485e3bc8574aaaac7d53cbe7b377f90d031373 /.gitignore | |
parent | e7f6c15bc11ce04fdc3444f7bd1a588516e92dd9 (diff) | |
download | diplonat-04528d1e60a6b8757f3eb68f4f42569246d2e3f6.tar.gz diplonat-04528d1e60a6b8757f3eb68f4f42569246d2e3f6.zip |
Make repo a nix flake
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ target/ +result +result-bin *.swp .env |