diff options
author | Jonathan Ringer <jonringer117@gmail.com> | 2021-08-03 10:24:36 -0700 |
---|---|---|
committer | Jonathan Ringer <jonringer117@gmail.com> | 2021-12-28 10:52:06 -0800 |
commit | 71d40b91ac7f1bb4bc2a09c2018a5ebcd2a46ae1 (patch) | |
tree | 87d75363753f6d573fb6dd9997c7bc147870cf2d | |
parent | 991e760c1c6d50fdda246e0178b9c58b06770b90 (diff) | |
download | gitignore-71d40b91ac7f1bb4bc2a09c2018a5ebcd2a46ae1.tar.gz gitignore-71d40b91ac7f1bb4bc2a09c2018a5ebcd2a46ae1.zip |
Add nix gitignore template
-rw-r--r-- | community/Nix.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/Nix.gitignore b/community/Nix.gitignore new file mode 100644 index 00000000..1fd04ef1 --- /dev/null +++ b/community/Nix.gitignore @@ -0,0 +1,3 @@ +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* |