chore: Update .gitignore
- Add keyless_tls/ to ignored paths - Ensure data/ is ignored as directory
cognitive committed
Mar 4, 2026 at 11:24 UTC
79fcf1a20b9a8a2cf222bbe4f974fdafb031f566
1 file changed
+2
-1
.gitignore
+2
-1
@@ -13,7 +13,8 @@ chat
13
14
cmd/relay-server/dist/app
15
cmd/relay-server/dist/wasm
16
-data
16
+data/
17
+keyless_tls/
18
19
# Test binary, built with `go test -c`
20
*.test