c9344ec266
This builds and works and cleans up a few things. We're also migrating to material ui - but not very deeply yet. No clue what we're going to do with the talks and blog posts yet. The real question is - do I care about those at this point? I think I'd like to use this as a playground a bit, make some of the CSS style sections into components. Maybe make all of this a bit more dynamic or something. But for now, this gets me a something. Change-Id: I455bb3fbf9d7473e8f7bcf639b2254ffe0917a32
37 lines
391 B
Plaintext
37 lines
391 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
|
|
# 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
|