Files
moonweb-site/.gitignore
T
stefankoelle 9cda842250 Clean up build artifacts and update TODO.md
- Remove timecapsule/_site/ from tracking (was in .gitignore but tracked)
- Add .tmp/ to .gitignore
- Update TODO.md: Phase 5 now automated via GitHub Action
2026-09-11 11:31:49 +02:00

21 lines
170 B
Plaintext

node_modules/
dist/
.cache/
.venv/
*.log
.idea/
.env*
*.pem
*.key
*.p12
*.pfx
*.jks
*.cert
*.crt
.DS_Store
*.swp
*.swo
timecapsule/_site/
timecapsule/node_modules/
.tmp/