From 2ed7b7ab6a6b56b4a1ab6ade913fe1b2e910fa6a Mon Sep 17 00:00:00 2001 From: Eric Muyser Date: Thu, 10 Feb 2011 18:14:20 -0800 Subject: [PATCH] Add LemonStand gitignore. --- LemonStand.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 LemonStand.gitignore diff --git a/LemonStand.gitignore b/LemonStand.gitignore new file mode 100644 index 00000000..d015eb38 --- /dev/null +++ b/LemonStand.gitignore @@ -0,0 +1,20 @@ +boot.php +index.php +install.php +/config/* +!/config/config.php +/controllers/* +/init/* +/logs/* +/phproad/* +/temp/* +/uploaded/* +/installer_files/* +/modules/backend/* +/modules/blog/* +/modules/cms/* +/modules/core/* +/modules/session/* +/modules/shop/* +/modules/system/* +/modules/users/* \ No newline at end of file