| # 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 |
| # 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 |