global gitignoress
This commit is contained in:
parent
3bad122d10
commit
c4650be8f0
1 changed files with 9 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue