From f34aca805cd14ee146eafb9a46fe8be58360d3fc Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 16 Jun 2020 12:55:15 -0700 Subject: [PATCH] Updated .gitignore paths to be relative to the root project folder --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b1cbefb..7a0703f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /app/vendor/ /node_modules/ -.env -.hidden -.php_cs.cache -.phpunit.result.cache -mix-manifest.json +/.env +/.hidden +/.php_cs.cache +/.phpunit.result.cache +/mix-manifest.json