feat(*): initial commit
This commit is contained in:
29
git/dot-gitconfig
Executable file
29
git/dot-gitconfig
Executable file
@@ -0,0 +1,29 @@
|
||||
[user]
|
||||
name = Rack Lin
|
||||
email = racklin@gmail.com
|
||||
[color]
|
||||
diff = auto
|
||||
status = auto
|
||||
branch = auto
|
||||
[alias]
|
||||
zip = archive --format=zip HEAD
|
||||
|
||||
[branch "master"]
|
||||
remote = origin
|
||||
merge = master
|
||||
[core]
|
||||
excludesfile = /Users/rack/.gitignore_global
|
||||
fileMode = false
|
||||
ignorecase = false
|
||||
[difftool "sourcetree"]
|
||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||
path =
|
||||
[mergetool "sourcetree"]
|
||||
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
|
||||
trustExitCode = true
|
||||
[github]
|
||||
user = racklin@gmail.com
|
||||
[ghq]
|
||||
root = ~/.ghq
|
||||
[init]
|
||||
defaultBranch = master
|
||||
50
git/dot-gitignore_global
Executable file
50
git/dot-gitignore_global
Executable file
@@ -0,0 +1,50 @@
|
||||
*.o
|
||||
\#*#
|
||||
*#
|
||||
.#*
|
||||
.*~
|
||||
*~
|
||||
.DS_Store
|
||||
*.sw[po]
|
||||
tags
|
||||
TAGS
|
||||
.svn
|
||||
*.dSYM
|
||||
*.log
|
||||
*.dvi
|
||||
*.aux
|
||||
*.elc
|
||||
.zshrc.local
|
||||
.python-version
|
||||
samples
|
||||
.netrwhist
|
||||
.bundle
|
||||
/vendor/bundle
|
||||
Gemfile.lock
|
||||
node_modules
|
||||
bower_components
|
||||
|
||||
# Xcode
|
||||
build/
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
!default.mode1v3
|
||||
*.mode2v3
|
||||
!default.mode2v3
|
||||
*.perspectivev3
|
||||
!default.perspectivev3
|
||||
xcuserdata
|
||||
*.xccheckout
|
||||
*.moved-aside
|
||||
DerivedData
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.xcuserstate
|
||||
*.xcworkspace/xcshareddata
|
||||
|
||||
# Atom.io
|
||||
.atom/packages/save-session
|
||||
.atom/compile-cache
|
||||
.atom/storage
|
||||
|
||||
Reference in New Issue
Block a user