Added "ignore" alias to git configuration.
Based on https://docs.gitignore.io/install/command-line
This commit is contained in:
parent
e9d35f903d
commit
e9402092d4
@ -53,6 +53,10 @@
|
||||
d = diff -w
|
||||
dc = diff -w --cached
|
||||
|
||||
# from https://www.toptal.com/developers/gitignore
|
||||
# create .gitignore templates based on operationg systems, IDE, languages etc.
|
||||
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user