Browse Source

Add global gitignore installation step

DricomDragon 5 năm trước cách đây
mục cha
commit
21586440c2
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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 ;