projects
/
living-lab-site.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea58868
)
Add htaccess file.
author
P2P-Next Koala
<p2p-next@koala.cs.pub.ro>
Tue, 5 Jul 2011 12:22:18 +0000
(15:22 +0300)
committer
P2P-Next Koala
<p2p-next@koala.cs.pub.ro>
Tue, 5 Jul 2011 12:22:18 +0000
(15:22 +0300)
.htaccess
[new file with mode: 0644]
patch
|
blob
diff --git a/.htaccess
b/.htaccess
new file mode 100644
(file)
index 0000000..
f4df5de
--- /dev/null
+++ b/
.htaccess
@@ -0,0
+1,8
@@
+<Files .gitignore>
+ Order allow,deny
+ Deny from all
+</Files>
+<Files .git>
+ Order allow,deny
+ Deny from all
+</Files>