realeditz / uploads /.gitkeep
andevs's picture
Upload 2 files
6b817a2 verified
Raw
History Blame Contribute Delete
206 Bytes
# Just create an empty file named .gitkeep
# You can do this in PowerShell:
New-Item -ItemType File -Path "backend\uploads\.gitkeep" -Force
New-Item -ItemType File -Path "backend\renders\.gitkeep" -Force