CoolFace
Apppublic

jbilcke-hf/ai-comic-factory

sourceHugging Faceupdated 11mo agoView on Hugging Face
11klikes
.gitignore38 linesDownload Raw Back to root
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.2 3# dependencies4/node_modules5/.pnp6.pnp.js7 8# testing9/coverage10 11# next.js12/.next/13/out/14 15# production16/build17 18# misc19.DS_Store20*.pem21 22# debug23npm-debug.log*24yarn-debug.log*25yarn-error.log*26 27# local env files28.env*.local29 30# vercel31.vercel32 33# typescript34*.tsbuildinfo35next-env.d.ts36 37pnpm-lock.yaml38