OSDN Git Service

[add]ディレクトリ構造と.gitignore、.htaccess
authorHabu <habu@users.sourceforge.jp>
Thu, 15 Mar 2018 00:52:37 +0000 (09:52 +0900)
committerHabu <habu@users.sourceforge.jp>
Thu, 15 Mar 2018 00:52:37 +0000 (09:52 +0900)
.gitignore [new file with mode: 0644]
.htaccess [new file with mode: 0644]
db/.htaccess [new file with mode: 0644]
dumps/.htaccess [new file with mode: 0644]
errors/.htaccess [new file with mode: 0644]
screens/.htaccess [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..71eb7f1
--- /dev/null
@@ -0,0 +1,4 @@
+db
+dumps
+errors
+screens
diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..6284afb
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,5 @@
+deny from all
+
+<Files ~ "(\.php)$">
+allow from all
+</Files>
diff --git a/db/.htaccess b/db/.htaccess
new file mode 100644 (file)
index 0000000..3418e55
--- /dev/null
@@ -0,0 +1 @@
+deny from all
\ No newline at end of file
diff --git a/dumps/.htaccess b/dumps/.htaccess
new file mode 100644 (file)
index 0000000..3418e55
--- /dev/null
@@ -0,0 +1 @@
+deny from all
\ No newline at end of file
diff --git a/errors/.htaccess b/errors/.htaccess
new file mode 100644 (file)
index 0000000..3418e55
--- /dev/null
@@ -0,0 +1 @@
+deny from all
\ No newline at end of file
diff --git a/screens/.htaccess b/screens/.htaccess
new file mode 100644 (file)
index 0000000..3418e55
--- /dev/null
@@ -0,0 +1 @@
+deny from all
\ No newline at end of file