2012年6月16日 星期六

Git 忽略某些檔案 .gitignore

$ cd ~/Notebooks
$ vi .gitignore
.zim.cache
.zim.history.cache
Notes/.zim/index.db
Notes/.zim/state.conf
$ git add .gitignore
$ git commit -m 'add .gitignore'
$ git push origin master




Reference :
Git .gitignore 設定 與 注意事項 - 以 Zim 操作為範例

沒有留言:

張貼留言