From d5294da9dadb71bca9e3839e595f21b68c478fd8 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 11 Jan 2020 13:26:37 +0530 Subject: [PATCH] chore: added cache and local storage to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 83cfd4a1e..16ce41ad7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ /vendor/ /node_modules/ /storage/uploads/ +/storage/cache +/storage/db +/storage/influxdb /tests/resources/storage/ /.idea/ .DS_Store