31 lines
342 B
Plaintext
31 lines
342 B
Plaintext
# build output
|
|
output/
|
|
output/*
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# lock
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.json
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# Front Matter Setup
|
|
.frontmatter
|
|
frontmatter.json
|
|
|
|
# macOS-specific files
|
|
.DS_Store |