AstroCol/.gitignore

30 lines
331 B
Plaintext
Raw Permalink Normal View History

2023-10-12 21:26:26 +00:00
# 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
2024-06-01 20:07:11 +00:00
config.json
certs/
2023-10-12 21:26:26 +00:00
# macOS-specific files
.DS_Store
2025-02-16 14:52:42 +00:00
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/