This commit is contained in:
notohh 2023-01-31 03:45:25 -05:00
parent a32e4d258d
commit 0d063fc34a
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -6,8 +6,8 @@
userEmail = "github@notohh.dev"; userEmail = "github@notohh.dev";
userName = "notohh"; userName = "notohh";
signing = { signing = {
key = ""; key = "BD47506D475EE86D";
signByDefault = false; signByDefault = true;
}; };
ignores = ["*result*" ".direnv" "node_modules"]; ignores = ["*result*" ".direnv" "node_modules"];
}; };