Created
June 26, 2019 22:29
-
-
Save NorikDavtian/9c6eb9e77f3d89a23429f59a5f27015d to your computer and use it in GitHub Desktop.
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
# you dont have to include this in every repo when you use any of the intellij IDEs | |
echo ".idea" >> ~/.gitignore_global | |
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