Last active
March 1, 2022 04:49
-
-
Save oshinko/f954334efc2327048ae2980d239c4b95 to your computer and use it in GitHub Desktop.
My .gitignore_global
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat << EOF > ~/.gitignore_global | |
.DS_Store | |
.venv/ | |
tmp/ | |
EOF | |
git config --global core.excludesfile ~/.gitignore_global |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment