From db9439e468af97c7e6f0f581ce575dc744ad30c9 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 24 Nov 2015 05:54:33 +0000 Subject: [PATCH] Removed old custom directories. --- custom_static/.gitignore | 5 ----- custom_static/README.md | 7 ------- custom_templates/.gitignore | 5 ----- custom_templates/README.md | 7 ------- 4 files changed, 24 deletions(-) delete mode 100644 custom_static/.gitignore delete mode 100644 custom_static/README.md delete mode 100644 custom_templates/.gitignore delete mode 100644 custom_templates/README.md diff --git a/custom_static/.gitignore b/custom_static/.gitignore deleted file mode 100644 index e15381a8..00000000 --- a/custom_static/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore -!README.md diff --git a/custom_static/README.md b/custom_static/README.md deleted file mode 100644 index a07eaf1e..00000000 --- a/custom_static/README.md +++ /dev/null @@ -1,7 +0,0 @@ -Place your custom static files in this folder. -Maintain the folder structure of the original static folder. -For instance, if you have a custom background image for the index page, it would be located at: - -custom_static/img/index_images/index_blank_bg.jpg - -This directory will get searched first for the image, then fall back to the default. diff --git a/custom_templates/.gitignore b/custom_templates/.gitignore deleted file mode 100644 index 1d9c3463..00000000 --- a/custom_templates/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -#Ignore everything in this directory -* -# Except this file -!.gitignore -!README.md diff --git a/custom_templates/README.md b/custom_templates/README.md deleted file mode 100644 index 0dca78f4..00000000 --- a/custom_templates/README.md +++ /dev/null @@ -1,7 +0,0 @@ -Place your custom templates in this folder. -Maintain the folder structure of the original templates folder. -For instance, if you have a custom index page, it would be located at: - -custom_templates/public/index.html - -This directory will get searched first, then fall back to the defaults.