diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/git.nix b/home/profiles/git.nix index de2cbf6..cf90da6 100644 --- a/home/profiles/git.nix +++ b/home/profiles/git.nix @@ -49,6 +49,7 @@ in ignores = [ "*~" ".direnv" + "__pycache__" ]; }; |