From 5f2982ac0bf63dce91ddbbf97b6f02036e2a07f9 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 21 Feb 2015 14:14:25 +0100 Subject: [PATCH] .htaccess-ening Signed-off-by: Flashwave --- api/.htaccess | 1 + chat/.htaccess | 1 + manage/.htaccess | 1 + system/.htaccess | 1 + 4 files changed, 4 insertions(+) create mode 100644 api/.htaccess create mode 100644 chat/.htaccess create mode 100644 manage/.htaccess create mode 100644 system/.htaccess diff --git a/api/.htaccess b/api/.htaccess new file mode 100644 index 0000000..34dab00 --- /dev/null +++ b/api/.htaccess @@ -0,0 +1 @@ +# Empty .htaccess to make git realise this directory exists \ No newline at end of file diff --git a/chat/.htaccess b/chat/.htaccess new file mode 100644 index 0000000..34dab00 --- /dev/null +++ b/chat/.htaccess @@ -0,0 +1 @@ +# Empty .htaccess to make git realise this directory exists \ No newline at end of file diff --git a/manage/.htaccess b/manage/.htaccess new file mode 100644 index 0000000..34dab00 --- /dev/null +++ b/manage/.htaccess @@ -0,0 +1 @@ +# Empty .htaccess to make git realise this directory exists \ No newline at end of file diff --git a/system/.htaccess b/system/.htaccess new file mode 100644 index 0000000..34dab00 --- /dev/null +++ b/system/.htaccess @@ -0,0 +1 @@ +# Empty .htaccess to make git realise this directory exists \ No newline at end of file