From 7a6e3359e4978dea4cf5fa863a879a49fc4e0453 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 16 Oct 2013 12:11:29 +0200 Subject: [PATCH] Add the validations-folder to the ignore-list. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0a75738..f4b739e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vendor .idea -config.php \ No newline at end of file +config.php +validations \ No newline at end of file