v-try-on / .gitignore
ritz26's picture
Upload a virtual try on
9807323
raw
history blame contribute delete
166 Bytes
# Ignore user uploads and generated output
static/uploads/*
static/outputs/*
# But keep the directories themselves
!static/uploads/.gitkeep
!static/outputs/.gitkeep