Files
commonflow.org/.gitignore

24 lines
260 B
Plaintext

# Astro
dist/
.astro/
# 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.*