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