Browse Source

.gitignore and .htaccess

Moulin Mathieu 4 years ago
parent
commit
62932f845c
2 changed files with 24 additions and 0 deletions
  1. 22 0
      .gitignore
  2. 2 0
      include/.htaccess

+ 22 - 0
.gitignore

@@ -0,0 +1,22 @@
+.hg/
+.hgignore
+
+favicon.ico
+
+google*.html
+MJ12_*.txt
+
+.user.ini
+config.inc.php
+
+**/logs/*
+*.log
+
+include/font/*
+
+images/*
+js/ckfinder/*
+js/ckeditor/*
+docs/*
+*~
+

+ 2 - 0
include/.htaccess

@@ -0,0 +1,2 @@
+order deny,allow
+deny from all