Skip to content

Commit 66fad9f

Browse files
committed
chore: add .work/, .serena/, and deps-protect files to gitignore
1 parent a5eb96e commit 66fad9f

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
@@ -221,3 +221,11 @@ tests/ste_vec_*M.sql*
221221

222222
# Rust build artifacts (using sccache)
223223
tests/sqlx/target/
224+
225+
# Work files (agent-generated, not for version control)
226+
.work/
227+
.serena/
228+
229+
# Build variants - protect variant deps
230+
src/deps-protect.txt
231+
src/deps-ordered-protect.txt

0 commit comments

Comments
 (0)