From abccc2fa65eea5f64773952661a8ba79e559333b Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 15 Jul 2011 10:39:51 -0500 Subject: added .gitignore, removed .hg files --- .gitignore | 9 +++++++++ .hgflow | 8 -------- .hgignore | 7 ------- 3 files changed, 9 insertions(+), 15 deletions(-) create mode 100644 .gitignore delete mode 100644 .hgflow delete mode 100644 .hgignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..d740c498f --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store + +application/cache/* +!application/cache/index.html +!application/cache/.htaccess + +application/logs/* +!application/logs/index.html +!application/logs/.htaccess \ No newline at end of file diff --git a/.hgflow b/.hgflow deleted file mode 100644 index ad6e56e0f..000000000 --- a/.hgflow +++ /dev/null @@ -1,8 +0,0 @@ -[Basic] -develop = develop -feature = feature/ -version_tag = -publish = default -release = release/ -hotfix = hotfix/ - diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 5ee4d823e..000000000 --- a/.hgignore +++ /dev/null @@ -1,7 +0,0 @@ -syntax: glob - -.DS_Store - -syntax: regexp -application/cache/(?!index\.html|\.htaccess) -application/logs/(?!index\.html|\.htaccess) -- cgit v1.2.3-24-g4f1b