global gitignoress

This commit is contained in:
Griffin Smith 2020-04-08 23:24:23 -04:00
parent 3bad122d10
commit c4650be8f0

View file

@ -88,6 +88,15 @@ let machine = ./machines/chupacabra.nix; in
enable = true;
userEmail = "root@gws.fyi";
userName = "Griffin Smith";
ignores = [
"*.sw*"
".classpath"
".project"
".settings/"
".dir-locals.el"
".stack-work-profiling"
".projectile"
];
extraConfig = {
github.user = "glittershark";
merge.conflictstyle = "diff3";