initial astro env

This commit is contained in:
Ethan Holz
2023-10-25 11:21:05 -05:00
parent 771fce09f4
commit 49f052621e
7 changed files with 6975 additions and 18 deletions

35
.gitignore vendored
View File

@@ -1,16 +1,21 @@
Thumbs.db
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
.dist
.tmp
.lock
.sass-cache
npm-debug.log
node_modules
builds
package-lock.json
public
resources
.hugo_build.lock
jsconfig.json
hugo_stats.json
yarn.lock