Added "ignore" alias to git configuration.

Based on https://docs.gitignore.io/install/command-line
This commit is contained in:
Stefan Gaiselmann 2021-01-13 09:33:39 +01:00
parent e9d35f903d
commit e9402092d4

View File

@ -53,6 +53,10 @@
d = diff -w d = diff -w
dc = diff -w --cached 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] [core]
editor = vim editor = vim