diff options
author | pacien | 2022-09-03 18:40:09 +0200 |
---|---|---|
committer | pacien | 2022-09-03 20:51:35 +0200 |
commit | 4abac5363eba3e701343bfbde6afa0ce361ffab4 (patch) | |
tree | acdce58b0d604c58f394cd40e730ef45459a084c /.gitignore | |
parent | 52bf3327a12bef850bd3558ed98a9293db8e6bc7 (diff) | |
download | ldgallery-4abac5363eba3e701343bfbde6afa0ce361ffab4.tar.gz |
project: add nix flake
GitHub: related to #285
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,3 +4,6 @@ | |||
4 | 4 | ||
5 | # editor and IDE | 5 | # editor and IDE |
6 | .idea | 6 | .idea |
7 | |||
8 | # Nix output symlinks | ||
9 | /result* | ||