Files
make-comics/.gitignore
T
Riccardo Giorato 35c78db57d Update GitHub repo links and minor cleanup
Changed all GitHub repository references from 'Nutlope/aicommits' to 'nutlope/make-comics' in the navbar and README. Also removed an outdated comment from .gitignore for clarity.
2026-01-28 23:32:18 +01:00

30 lines
291 B
Plaintext

# dependencies
/node_modules
# next.js
/.next/
/out/
# production
/build
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# clerk configuration (can include secrets)
/.clerk/
.DS_Store