mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
refactor: port site from Jekyll to Astro
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -1,5 +1,23 @@
|
||||
# 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.*
|
||||
|
||||
Reference in New Issue
Block a user