Skip to content

Commit f3026ad

Browse files
corylanouclaude
andcommitted
Update .gitignore to use bin/ directory for builds
- Changed from ignoring 'litestream' binary in root to ignoring 'bin/' directory - All builds should now use ./bin/litestream as output path - This prevents accidentally committing binaries in the root directory 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 3ecc3a6 commit f3026ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
CLAUDE.md
88

99
# Binary
10-
litestream
10+
bin/

0 commit comments

Comments
 (0)