From 30ef051387d63867176550846bb989a595e0f502 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Wed, 12 Jul 2023 21:11:52 -0600 Subject: [PATCH] Add the bootstrap/cache folder This folder is expected to exist by several core Laravel commands related to caching. --- bootstrap/cache/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bootstrap/cache/.gitignore diff --git a/bootstrap/cache/.gitignore b/bootstrap/cache/.gitignore new file mode 100644 index 0000000000..c96a04f008 --- /dev/null +++ b/bootstrap/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file