Skip to content

Commit

Permalink
Single source .gitconfig and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin authored and kevinSuttle committed Dec 26, 2017
1 parent 10723f5 commit 4ad77f9
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 66 deletions.
28 changes: 23 additions & 5 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Kevin Suttle
email = kevin@suttle.email
[color]
branch = true
diff = true
grep = true
interactive = true
log = true
status = true
ui = true
[core]
autocrlf = input
excludesfile = ~/.gitignore
whitespace = space-before-tab,indent-with-non-tab,trailing-space,cr-at-eol
[diff]
keepBackup = false
[help]
autocorrect = 1
[merge]
keepBackup = false
[push]
default = simple
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fish/fishd.*
.nvm
.viminfo

# User directories in MacOS
Applications
Code
Desktop
Expand All @@ -50,4 +51,7 @@ Library
Movies
Music
Pictures
Public
Public

# Private keys
.local
25 changes: 0 additions & 25 deletions gitconfig

This file was deleted.

35 changes: 0 additions & 35 deletions gitignore

This file was deleted.

0 comments on commit 4ad77f9

Please # to comment.