CoolFace
Apppublic

SpacesExamples/fastapi-nextjs-static

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
.gitignore37 linesDownload Raw Back to frontend
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.2 3# dependencies4/node_modules5/.pnp6.pnp.js7.yarn/install-state.gz8 9# testing10/coverage11 12# next.js13/.next/14/out/15 16# production17/build18 19# misc20.DS_Store21*.pem22 23# debug24npm-debug.log*25yarn-debug.log*26yarn-error.log*27 28# local env files29.env*.local30 31# vercel32.vercel33 34# typescript35*.tsbuildinfo36next-env.d.ts37