Add Nix.gitignore

This commit is contained in:
dzmitry-lahoda 2023-11-16 11:48:59 +00:00 committed by GitHub
parent 4488915eec
commit b780ccfe74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
Nix.gitignore Normal file
View File

@ -0,0 +1,5 @@
# Nix derivation output
**/result/**
# Nix shell file system overlay (like chroot but per repo)
.devenv/**