From 19d77c4899e583d4f38a61325044c50a6ce7a142 Mon Sep 17 00:00:00 2001 From: LeoColomb Date: Sat, 27 Apr 2013 18:44:04 +0200 Subject: [PATCH] Improve GitIgnore * Keep index.html * Be sure to ignore all data in /user * robots have sometime an uppercase --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fea275c..a7121ca 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,12 @@ ############ # Configuration -user/config.php +user/* +!user/config-sample.php .htaccess *.config -robots.txt +*.conf +[Rr]obots.txt # Languages user/languages/* @@ -25,6 +27,9 @@ user/plugins/* pages/* !pages/examplepage.php +# Keep index.html +!user/index.html +!user/*/index.html ############ ## Environnement -- 2.45.0