Files
website-astro-stefanimhoff.de/.gitignore
2023-06-14 18:59:32 +02:00

28 lines
293 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# Vale
.vale/write-good/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# Unlighthouse reports
.unlighthouse