← back to Paul Conrad Cartoons Shadowman

.gitignore

16 lines

node_modules/
.env*
tmp/
*.log
.DS_Store
dist/
build/
.next/
shots/
# Shadow Man renders (TK-12241): full-size PNGs, raw SDXL frames and trashed finals stay local;
# the kept finals are committed as public/shadowman/*.jpg, the manifest/batches are committed.
generator/out/*.png
generator/out/raw/
generator/out/_trash/
node_modules