From: Habu Date: Thu, 15 Mar 2018 00:52:37 +0000 (+0900) Subject: [add]ディレクトリ構造と.gitignore、.htaccess X-Git-Url: http://git.sourceforge.jp/view?p=hengband%2Fweb.git;a=commitdiff_plain;h=85643ab9c88cd849d31aaf7f17febcfcb8f522b3;hp=882464e1aa48ff99f0317fd060c596ce9b115762 [add]ディレクトリ構造と.gitignore、.htaccess --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71eb7f1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +db +dumps +errors +screens diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..6284afb --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +deny from all + + +allow from all + diff --git a/db/.htaccess b/db/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/db/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/dumps/.htaccess b/dumps/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/dumps/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/errors/.htaccess b/errors/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/errors/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/screens/.htaccess b/screens/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/screens/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file