From 4938626b3d3ae7788e968137eea500d9fa64020b Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Fri, 2 Oct 2020 23:08:10 +0800 Subject: [PATCH] Update .gitignore file --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 37fc9b2..2c03b50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,16 @@ /vendor /node_modules +/public/hot /public/storage Homestead.yaml Homestead.json +/storage/*.key +/.vagrant +npm-debug.log .env /.idea/ +.phpunit.result.cache .php_cs.cache +.env.backup +yarn-error.log +/ftpsync.settings \ No newline at end of file