diff options
author | Alan Pearce | 2019-11-26 15:30:59 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-26 15:33:14 +0100 |
commit | 248ed3a593080993e56665a1bfa50df22bb823d7 (patch) | |
tree | 06cab945382517a8f26a7e40df88f06833eb91dc | |
parent | a53e5d9af072324ed34af5f972c200a44320ad45 (diff) | |
download | nixfiles-248ed3a593080993e56665a1bfa50df22bb823d7.tar.lz nixfiles-248ed3a593080993e56665a1bfa50df22bb823d7.tar.zst nixfiles-248ed3a593080993e56665a1bfa50df22bb823d7.zip |
git: ignore tabnine_root globally
Non-users will not like the clutter.
-rw-r--r-- | user/settings/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/git.nix b/user/settings/git.nix index fc17235b..827d6a8c 100644 --- a/user/settings/git.nix +++ b/user/settings/git.nix @@ -83,6 +83,7 @@ "*~" "\#*\#" ".\#*" + ".tabnine_root" ]; }; } |