diff options
author | Jared Koumentis <jared@github.com> | 2012-10-04 17:20:07 -0700 |
---|---|---|
committer | Jared Koumentis <jared@github.com> | 2012-10-04 17:20:07 -0700 |
commit | a235be60b243af6cd7fcdd74f257f43bc2a4615c (patch) | |
tree | 7acb6b4d57fc4ee096554760635cbc2e15e2ffa5 | |
parent | 3dbe9c96d1eeed49b9fca744a25ae2d0945c4762 (diff) | |
parent | 0537b8dc3462cd9d7e0486dc30bba129ba8311e5 (diff) | |
download | gitignore-a235be60b243af6cd7fcdd74f257f43bc2a4615c.tar.gz gitignore-a235be60b243af6cd7fcdd74f257f43bc2a4615c.zip |
Merge pull request #314 from squallstar/master
Bancha CMS .gitignore
-rw-r--r-- | Bancha.gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
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 |