diff options
Diffstat (limited to 'git')
-rw-r--r-- | git/config | 2 | ||||
-rw-r--r-- | git/ignore | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -50,7 +50,7 @@ [core] preloadindex = true - excludesfile = ~/.gitignore + excludesFile = ~/.gitignore trustctime = false commitGraph = true @@ -27,3 +27,6 @@ Thumbs.db # Ides .Idea + +go.work +go.work.sum |