Files
commonflow.org/.gitignore

27 lines
298 B
Plaintext

# Astro
dist/
.astro/
# Claude
.claude/settings.local.json
# Node
node_modules/
# Jekyll (legacy, can be removed after full migration)
_site
.asset-cache
.sass-cache
.jekyll-metadata
.jekyll-cache
docs/assets/.sprockets-manifest-*.json
# Editor
.DS_Store
*.swp
*.swo
# Environment
.env
.env.*