Last active
April 27, 2020 13:15
-
-
Save JustSnow/77594c029306006824d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config | |
[user] | |
name = JustSnow | |
email = [email protected] | |
[core] | |
filemode = false | |
excludesfile = /Users/SnowMan/.gitignore_global | |
[color] | |
ui = auto | |
[color "branch"] | |
current = yellow reverse | |
local = yellow | |
remote = green | |
[color "diff"] | |
meta = yellow bold | |
frag = magenta bold | |
old = red bold | |
new = green bold | |
[color "status"] | |
added = yellow | |
changed = green | |
untracked = cyan | |
[filter "media"] | |
required = true | |
clean = git media clean %f | |
smudge = git media smudge %f | |
[filter "lfs"] | |
clean = git lfs clean %f | |
smudge = git lfs smudge %f | |
required = true | |
cat ~/.gitignore_global | |
.rvmrc | |
.ruby-gemset | |
.ruby-version | |
.rspec | |
.DS_Store | |
.DS_Store? | |
public/assets | |
db/structure.sql | |
db/schema.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment