feat: create global gitignore

main
mandlm 2022-06-24 08:14:54 +02:00
parent 509973a489
commit 03af748698
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 6 additions and 0 deletions

View File

@ -74,6 +74,12 @@
aliases = {
identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; git config user.signingkey \"$(git config user.$1.signingkey)\"; git config commit.gpgsign \"true\"; :";
};
ignores = [
".env"
".direnv"
"*.swp"
];
};
kitty = {