mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-23 16:32:19 +00:00
34 lines
452 B
Plaintext
34 lines
452 B
Plaintext
# MoonBit build artifacts
|
|
_build/
|
|
.mooncakes/
|
|
|
|
# Editor / IDE
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Local env / temp
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
node_modules/
|
|
|
|
# Dev Documentations
|
|
docs/dev/*
|
|
|
|
# Docs site build artifacts
|
|
docs/.vitepress/cache/
|
|
docs/.vitepress/dist/
|
|
docs/.vitepress/generated/
|
|
|
|
# Benchmark package has no public API; moon info emits an empty snapshot.
|
|
benchmarks/pkg.generated.mbti
|
|
|
|
# vibecoding
|
|
AGENTS/
|