浏览代码

Improved CodeIgniter .gitignore to support an system directory in a different location to the default install. Fixed database.php ignore rule. The application directory can be moved to any location and the ignore will still operate

Ollie Rattue 14 年之前
父节点
当前提交
1aa8f64345
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      CodeIgniter.gitignore

+ 4 - 4
CodeIgniter.gitignore

@@ -1,4 +1,4 @@
-config/database.php
-system/logs/log-*.php
-system/cache/*
-systen/cache/!index.html
+*/config/database.php
+*/system/logs/log-*.php
+*/system/cache/*
+*/systen/cache/!index.html