From ae66327e984bac9109126e1e0d4700e62c611b40 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 18 Mar 2023 14:22:52 +0800 Subject: [PATCH] update gitignore file --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bc7b4b77..3e7d7e33 100644 --- a/.gitignore +++ b/.gitignore @@ -8,11 +8,14 @@ docker/source/ composer.lock /vendor/ -# source extract directory +# default source extract directory /source/ -# source download directory +# default source download directory /downloads/ -# source build root directory +# default source build root directory /buildroot/ + +# php cs fixer cache file +.php-cs-fixer.cache