Fix Upload folder missing on git

This commit is contained in:
Xbird
2023-01-07 02:57:53 +00:00
parent 532d5ea07d
commit 0957617702
7 changed files with 612 additions and 594 deletions

7
.gitignore vendored
View File

@@ -7,7 +7,10 @@
/public/bundles/
/var/
/vendor/
/public/uploads/
public/**
!/public/**/
!public/**/.gitkeep
###< symfony/framework-bundle ###
###> symfony/phpunit-bridge ###
@@ -24,3 +27,5 @@
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###