Git

From wiki
Revision as of 15:23, 9 April 2017 by Vincent (talk | contribs) (Created page with "== Config == === Global gitignore === It is possible to use a global .gitignore file. This allows to ignore the file saved by your IDE or other tools that you use locally.<sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Config

Global gitignore

It is possible to use a global .gitignore file. This allows to ignore the file saved by your IDE or other tools that you use locally.

$ mkdir -p ${XDG_CONFIG_HOME:-$HOME/.config}/git
$ vi ${XDG_CONFIG_HOME:-$HOME/.config}/git/ignore