Skip to content

Commit ce0fd48

Browse files
zshannonclaude
andcommitted
Add gitignore rules for build artifacts and binaries
Prevents server binaries, test binaries, and Unikraft build artifacts from being committed to the repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent edbf793 commit ce0fd48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,11 @@ custom-gcl.hash
201201
!internal/fourslash/_scripts/manualTests.txt
202202

203203
.build
204+
205+
# Server binaries
206+
server/server
207+
server/server-test
208+
node-bindings/test-musl
209+
210+
# Unikraft build artifacts
211+
server/.unikraft/build/

0 commit comments

Comments
 (0)