Files
five/.gitignore
Charles KWON OhJun 468aa1efbd fix: add cmd/five/main.go to repo (was excluded by .gitignore)
- Changed .gitignore: "five" → "/five" to only ignore root binary
- cmd/five/main.go (702 LOC): Five CLI entry point (run, build, gen, debug, frb)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 11:57:56 +09:00

34 lines
248 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
/five
# Test binary
*.test
# Output
*.out
# Build
_build/
_harbour_build/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Go
vendor/
# Reference projects (not part of Five source)
ref/