Git. Gitignore

From AsIsWiki
Revision as of 07:26, 20 May 2021 by Alex (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Git


Исключение файла .DS_Store для всех проектов

Источник


1. Make a global .gitignore file:

echo .DS_Store >> ~/.gitignore_global

2. Tell git to use it for all repositories:

git config --global core.excludesfile ~/.gitignore_global



Git

Personal tools
Namespaces

Variants
Actions
Navigation
Tools