From 0537b8dc3462cd9d7e0486dc30bba129ba8311e5 Mon Sep 17 00:00:00 2001 From: Nicholas Valbusa Date: Fri, 20 Apr 2012 10:12:43 +0200 Subject: [PATCH] bancha-cms gitignore --- Bancha.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Bancha.gitignore diff --git a/Bancha.gitignore b/Bancha.gitignore new file mode 100644 index 00000000..2cf7d4fa --- /dev/null +++ b/Bancha.gitignore @@ -0,0 +1,16 @@ +#Logs +application/logs/*.php + +# Content types +/application/xml/types/*.xml + +# Custom builds and generated php files +/core/documentation/build +/core/views/admin/content/translations.php + +# Attachs and cache files # +*.tmp +/attach/cache/ +/attach/ +/application/cache/_bancha/*.css +/application/cache/_bancha/*.js