diff options
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..5ee4d823e --- /dev/null +++ b/.hgignore @@ -0,0 +1,7 @@ +syntax: glob + +.DS_Store + +syntax: regexp +application/cache/(?!index\.html|\.htaccess) +application/logs/(?!index\.html|\.htaccess) |