[fix] Kepp uploads folder

This commit is contained in:
Wu Han 2020-12-19 17:42:37 +00:00
parent 62d68374e1
commit bbfd156a37
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
node_modules/
uploads/

4
uploads/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore