a2c489dc5b
* Tweak README ordering * Linting * Add sitemap generation + NEXT env var to CI * Update domain for sitemap generation * Inc. sitemap -0 * test remove lockfile * fix borked name in package * add redoc * add framer * Add pnpm-lock file * Add sitemap to remote + ci workflow * remove extra sitemap * remove static files from remote for vercel * add sitemap gen to next build step for vercel
17 lines
271 B
Plaintext
17 lines
271 B
Plaintext
.next
|
|
node_modules
|
|
out
|
|
|
|
# the lock file will break Vercel because it may get committed from a machine with a different build architecture
|
|
package-lock.json
|
|
|
|
# local env files
|
|
.env*.local
|
|
.env
|
|
|
|
scratch.md
|
|
|
|
# generated by next-sitemap at build time
|
|
sitemap*.xml
|
|
robots.txt
|