CoolFace
Apppublic

Henhouse/workflow-comics

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
.gitignore40 linesDownload Raw Back to root
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.2 3node_modules4 5# dependencies6/node_modules7/.pnp8.pnp.js9 10# testing11/coverage12 13# next.js14/.next/15/out/16 17# production18/build19 20# misc21.DS_Store22*.pem23 24# debug25npm-debug.log*26yarn-debug.log*27yarn-error.log*28 29# local env files30.env*.local31 32# vercel33.vercel34 35# typescript36*.tsbuildinfo37next-env.d.ts38 39pnpm-lock.yaml40