# 拡張子の無いファイルを除外 * !*/ # 特定拡張子のみ追跡する *.* !*.php !*.tpl !*.js !*.css !*.sh !.htaccess # 拡張子限定を行わない (Git 1.8.2以降) !/data/module/**/* !/**/js/**/* # 無視ディレクトリー /html/install/temp/ /data/Smarty/templates_c/ /data/downloads/tmp/ /data/cache/ /data/config/ /test/ /tests/