From 36bc0879bafa661e1fbcedb9ec2a29251c890c33 Mon Sep 17 00:00:00 2001 From: saparatayev Date: Sat, 21 Aug 2021 11:19:24 +0500 Subject: [PATCH] ignore second time classes.php --- .gitignore | 1 + storage/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a66270444..015919077 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ package-lock.json /storage/app /storage/framework/cache /storage/framework/sessions +/storage/framework/classes.php \ No newline at end of file diff --git a/storage/.gitignore b/storage/.gitignore index 9b1dffd90..13b464fd9 100644 --- a/storage/.gitignore +++ b/storage/.gitignore @@ -1 +1,2 @@ *.sqlite +framework/classes.php