From 7eee6264086b7874b2c3cb351e8e3d1716f01b71 Mon Sep 17 00:00:00 2001 From: uroskn Date: Sat, 2 Jul 2016 22:41:14 +0200 Subject: [PATCH] Added config.php, Prevention/ and Notes/ folders in GgameEngine folder in .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 6ad7b3e5..5677b8da 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,10 @@ Desktop.ini # Mac crap .DS_Store + +# Ignore generated config file +GameEngine/config.php + +# Ignore generated prevention and notes +GameEngine/Prevention/* +GameEngine/Notes/*