Forráskód Böngészése

Add global gitignore installation step

DricomDragon 5 éve
szülő
commit
21586440c2
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      Install/git-custom

+ 4 - 0
Install/git-custom

@@ -8,6 +8,10 @@ git config --global user.name "DricomDragon" ;
 git config --global core.editor "vim" ;
 git config --global push.followTags true
 git config --global diff.tool vimdiff
+git config --global core.excludesfile '~/.gitignore'
+
+# Copy global gitignore
+cp ./Templates/gitignore ~/.gitignore
 
 # Create GitWork
 mkdir ~/GitWork ;