mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
27 lines
298 B
Plaintext
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.*
|