Add Git config

This commit is contained in:
Mikkel Svartveit 2023-03-02 16:14:24 +01:00
parent e614a4c213
commit daa1d9841b
2 changed files with 7 additions and 0 deletions

6
.gitconfig Normal file
View file

@ -0,0 +1,6 @@
[user]
name = Mikkel Svartveit
email = mikkel.svartveit@gmail.com
[core]
excludesfile = /Users/mikkelsvartveit/.gitignore_global
editor = nvim

1
.gitignore_global Normal file
View file

@ -0,0 +1 @@
.DS_Store