Allow uploads folder in git but ignore all contents

This commit is contained in:
Kendrick Chan 2018-01-17 11:10:25 +08:00
parent 36627d713d
commit 360f5d872c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,7 +1,6 @@
###> symfony/framework-bundle ###
.env
/public/uploads/*
/public/bundles/
/var/
/vendor/

2
public/uploads/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore