chore: ignore bin/ directory and remove compiled binary from tracking

This commit is contained in:
Chris Tate
2026-01-11 02:31:04 -06:00
parent 34821f001e
commit a144735451
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ node_modules/
# Build output
dist/
bin/
# Logs
*.log
-2
View File
@@ -1,2 +0,0 @@
#!/usr/bin/env node
import '../dist/index.js';