diff --git a/panels/mensaPlan/.gitignore b/panels/mensaPlan/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..4f4773fb3403f3ec4097ab7c7b1fdec23b9aa924
--- /dev/null
+++ b/panels/mensaPlan/.gitignore
@@ -0,0 +1 @@
+config.php
diff --git a/panels/mensaPlan/config.php b/panels/mensaPlan/config.php.skel
similarity index 77%
rename from panels/mensaPlan/config.php
rename to panels/mensaPlan/config.php.skel
index 59e1fdda7ff7ae3c9f688aaebf59d615f7775758..1d798cf06743e20b62900c87e8b266ecc99e30c8 100644
--- a/panels/mensaPlan/config.php
+++ b/panels/mensaPlan/config.php.skel
@@ -1,30 +1,30 @@
-<?php
-// Universal
-$MENSA_URL = "http://www.stwdo.de/gastronomie/speiseplaene/hauptmensa/wochenansicht-hauptmensa/";
-$PARSE_DAYLIST = array (
-		"montag",
-		"dienstag",
-		"mittwoch",
-		"donnerstag",
-		"freitag" 
-);
-$DO_SQL = true;
-$DO_JSON = true;
-
-// SQL
-$SQL_SERVER = "ovanier.com";
-$SQL_USER = "info_writer";
-$SQL_PW = "XAHQTZeGbqsnt8K6";
-$SQL_DB = "infoscreen";
-
-// JSON
-$JSON_NAME = "mensaPlan.json";
-$JSON_INC_NR = false;
-$JSON_INC_ORIGINAL = false;
-$JSON_INC_SHORT = true;
-$JSON_INC_ART = true;
-$JSON_INC_KIND = false;
-$JSON_INC_COUNTER = true;
-$JSON_INC_STOFFE = false;
-$JSON_INC_DATE = true;
-?>
\ No newline at end of file
+<?php
+// Universal
+$MENSA_URL = "http://www.stwdo.de/gastronomie/speiseplaene/hauptmensa/wochenansicht-hauptmensa/";
+$PARSE_DAYLIST = array (
+		"montag",
+		"dienstag",
+		"mittwoch",
+		"donnerstag",
+		"freitag" 
+);
+$DO_SQL = true;
+$DO_JSON = true;
+
+// SQL
+$SQL_SERVER = "";
+$SQL_USER = "";
+$SQL_PW = "";
+$SQL_DB = "";
+
+// JSON
+$JSON_NAME = "mensaPlan.json";
+$JSON_INC_NR = false;
+$JSON_INC_ORIGINAL = false;
+$JSON_INC_SHORT = true;
+$JSON_INC_ART = true;
+$JSON_INC_KIND = false;
+$JSON_INC_COUNTER = true;
+$JSON_INC_STOFFE = false;
+$JSON_INC_DATE = true;
+?>