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

1197
composer.lock generated

File diff suppressed because it is too large Load Diff

0
public/uploads/.gitkeep Normal file
View File

View File

View File

View File

View File

@@ -1,3 +1,3 @@
{ {
"version": "0.2.20" "version": "0.2.21"
} }