amical/apps/www/.gitignore
Naomi Chopra 17fdb72be2 feat(www): migrate www to cloudflare worker (#21)
* feat(www): switch to cloudflare workers

* feat(turbo): add AWS environment variables to global config and build task

* update readme
2025-06-25 01:24:57 +05:30

55 lines
No EOL
583 B
Text

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# vscode
.vscode
# wrangler
.wrangler/
.dev.vars
# generated content
.contentlayer
.content-collections
.source
# sitemap
/public/sitemap.xml
# remote blog content
/content/blogs/*
/public/blog/*
/content/tmp/*