From 60c15e41b37fbe6b2adc7789b21b7e5acea3e949 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 4 Oct 2009 07:49:20 -0700 Subject: Create a modules and themes directory in the application directory. All subdirectories are ignored by git, so provides a place to put 3rd party themes and modules separate from the core release. --- application/modules/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 application/modules/.gitignore (limited to 'application/modules') diff --git a/application/modules/.gitignore b/application/modules/.gitignore new file mode 100644 index 00000000..632ea9ef --- /dev/null +++ b/application/modules/.gitignore @@ -0,0 +1,2 @@ +# Ignore all the files in this directory +* -- cgit v1.2.3