diff options
| author | Mel <einebeere@gmail.com> | 2024-11-17 11:31:56 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-17 11:31:56 +0100 |
| commit | c725471690a74e5fb3fa4960a748b472acb1a8bf (patch) | |
| tree | 2ee1725255ce9ebcbc47deb54eecf62eb44370cf | |
| parent | 2edfd4d7669b775e671af739ab8f12c52784670c (diff) | |
| download | network-c725471690a74e5fb3fa4960a748b472acb1a8bf.tar.zst network-c725471690a74e5fb3fa4960a748b472acb1a8bf.zip | |
git-ignore most swapfiles created by Vim
Signed-off-by: Mel <einebeere@gmail.com>
| -rw-r--r-- | modules/home/common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix index 20275ea..9e25e71 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -10,6 +10,10 @@ key = "D75A C286 ACA7 00B4 D8EC 377D 2082 F8EC 11CC 009B"; signByDefault = true; }; + ignores = [ + # ignore most vim swapfiles + "*~" "[._]*.sw?" + ]; extraConfig.init.defaultBranch = "main"; }; |
