Skip to content

Commit a4735d1

Browse files
committed
chore: add gitignore rules for local files
Ignore local certificates, service script, build artifacts, and research docs to prevent accidental commits of sensitive files.
1 parent b9e11b7 commit a4735d1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
godog.test
1414
debug.test
1515
coverage.html
16+
coverage/
1617
gobinsec-cache*.yml
1718

1819
# Run files
@@ -34,6 +35,7 @@ vendor-cache
3435
cmd/Desktop-Bridge/deploy
3536
cmd/Import-Export/deploy
3637
proton-bridge
38+
/bridge
3739
cmd/Desktop-Bridge/*.exe
3840
cmd/launcher/*.exe
3941
bin/
@@ -48,3 +50,13 @@ _doc/
4850
# gRPC auto-generated C++ source files
4951
*.pb.cc
5052
*.pb.h
53+
54+
# Local certificates (never commit)
55+
*.pem
56+
certs/
57+
58+
# Local service script
59+
bridge_service.sh
60+
61+
# System research/audit docs
62+
research/

0 commit comments

Comments
 (0)