使用下面的指令,可以在所有空資料底下新增一個檔案 empty

find . -name .git -prune -o -type d -empty -exec touch {}/.gitignore \;

另外如果使用 Yii Framework ,想要忽略資料夾 \assets\protected\runtime 內的檔案,可以在 Repository 根目錄底下新增一個檔案 .gitignore,內容如下:

# Ignore section
/assets/*
/protected/runtime/*

# Except section
!/assets/empty
!/protected/runtime/empty
arrow
arrow
    創作者介紹
    創作者 ChouAndy 的頭像
    ChouAndy

    ChouAndy 的學習筆記

    ChouAndy 發表在 痞客邦 留言(0) 人氣()