From 420b5790e3c90a674910e2a3ba5dd7ec28d197f2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 31 Aug 2014 15:26:51 +0200 Subject: [PATCH] New ignore files [skip ci] --- .gitignore | 3 ++- app/config/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 47ebefbd43..acf2bf17c7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ tests/_output/* _ide_helper.php /build/logs/clover.xml index.html* -app/storage/firefly-export* \ No newline at end of file +app/storage/firefly-export* +.vagrant diff --git a/app/config/.gitignore b/app/config/.gitignore index 1a8b55aaa6..3415788027 100644 --- a/app/config/.gitignore +++ b/app/config/.gitignore @@ -1,2 +1,3 @@ local/ -laptop/ \ No newline at end of file +laptop/ +vagrant/ \ No newline at end of file