diff options
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..3014beb --- /dev/null +++ b/.gitconfig @@ -0,0 +1,4 @@ +[credential] + helper = store +[core] + excludesFile = ~/.gitignore |
