feat!: initial work to refactor to Astro.build

This commit is contained in:
Corbin Crutchley
2022-07-07 22:20:28 -07:00
committed by Corbin Crutchley
parent 62711892d9
commit cc4903db25
245 changed files with 15871 additions and 29332 deletions

39
.gitignore vendored
View File

@@ -1,37 +1,20 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# build output
dist/
# dependencies
/node_modules
/.pnp
.pnp.js
node_modules/
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
# environment variables
.env
.env.production
.idea/
tsconfig.tsbuildinfo
# macOS-specific files
.DS_Store
.idea/