An entry for the streamplace vod showcase
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 65 lines 863 B view raw
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 3# dependencies 4node_modules 5/.pnp 6.pnp.js 7 8# testing 9/coverage 10 11# database 12/prisma/db.sqlite 13/prisma/db.sqlite-journal 14db.sqlite 15 16# next.js 17/.next/ 18/out/ 19next-env.d.ts 20 21# production 22/build 23dist 24 25# compiled binaries (bun build --compile output) 26/at-run 27/at-run-runner 28packages/at-run/cli/at-run 29packages/at-run/runner/at-run-runner 30 31# misc 32.DS_Store 33*.pem 34 35# debug 36npm-debug.log* 37yarn-debug.log* 38yarn-error.log* 39.pnpm-debug.log* 40 41# local env files 42# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables 43.env 44.env*.local 45 46# vercel 47.vercel 48 49# typescript 50*.tsbuildinfo 51 52# idea files 53.idea 54 55# at-run temp files 56/tmp/atrun-* 57 58# Python 59__pycache__/ 60*.py[cod] 61 62# nuxt 63.nuxt/ 64dist/nuxt/ 65.output