update gitignore file

This commit is contained in:
crazywhalecc 2023-03-18 14:22:52 +08:00
parent d00e3d3129
commit ae66327e98
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

9
.gitignore vendored
View File

@ -8,11 +8,14 @@ docker/source/
composer.lock composer.lock
/vendor/ /vendor/
# source extract directory # default source extract directory
/source/ /source/
# source download directory # default source download directory
/downloads/ /downloads/
# source build root directory # default source build root directory
/buildroot/ /buildroot/
# php cs fixer cache file
.php-cs-fixer.cache