From 8248689dc91e1e63102f77f32aea7a982f1729a5 2017-06-13 00:38:40 From: DarkMorford Date: 2017-06-13 00:38:40 Subject: [PATCH] Ignore comic images, keep support files. --- diff --git a/.gitignore b/.gitignore index da4988a..e01346c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Site-local configuration LocalSettings.php +# Comic images +strips + # Fred's random extra stuff extra naishou diff --git a/strips/.htaccess b/strips/.htaccess new file mode 100644 index 0000000..b0c0bf3 --- /dev/null +++ b/strips/.htaccess @@ -0,0 +1 @@ +ErrorDocument 404 /strips/notfound.php diff --git a/strips/.lock b/strips/.lock new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/strips/.lock diff --git a/strips/notfound.php b/strips/notfound.php new file mode 100644 index 0000000..ab717c1 --- /dev/null +++ b/strips/notfound.php @@ -0,0 +1,27 @@ +