diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-04 10:05:09 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-04 10:12:23 -0700 |
commit | 61d7ab7d5784635a7ec23fcb3dbc03da61de5eba (patch) | |
tree | aabf9b89488a9c1b82570897694eb6fb2968cad2 | |
parent | 2634a683b30982963264faf9867d32d1aa71a182 (diff) |
Revert "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."
This reverts commit e8733e262b37461b6e162ca065521165c6dc31a1.
-rw-r--r-- | application/modules/.gitignore | 2 | ||||
-rw-r--r-- | application/themes/.gitignore | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/application/modules/.gitignore b/application/modules/.gitignore deleted file mode 100644 index 632ea9ef..00000000 --- a/application/modules/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore all the files in this directory -* diff --git a/application/themes/.gitignore b/application/themes/.gitignore deleted file mode 100644 index 632ea9ef..00000000 --- a/application/themes/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore all the files in this directory -* |