1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Merge pull request #88 from jappeace/master

Refer to gitignoresource in case of ./. anti pattern
This commit is contained in:
Domen Kožar 2020-08-20 20:49:52 +02:00 committed by GitHub
commit 6b6c59e3db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,6 +175,6 @@ A better way is to use ``builtins.path``:
}
If you're using git to track your code,
you may also want to look at `gitignoresource <https://github.com/hercules-ci/gitignore.nix>`_,
which does this for you.