diff options
author | Rory& <myrainbowdash949@gmail.com> | 2024-02-19 10:09:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 21:09:50 +1100 |
commit | 29df169c81d963742cc973a8835a7c1a126d7220 (patch) | |
tree | 7db8092c20e187ff812f8b9f71b28c5c25641d56 /.gitignore | |
parent | Fix application icons (#1110) (diff) | |
download | server-29df169c81d963742cc973a8835a7c1a126d7220.tar.xz |
Add nix flake to repo (#1111)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index bc780d64..e62c03d6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ build *.log.ansi *.tmp tmp/ -dump/ \ No newline at end of file +dump/ +result |