Skip to content

Commit 620fd73

Browse files
Update .gitignore to exclude shell scripts and sensitive data
1 parent f4cdb49 commit 620fd73

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,12 @@
2323

2424
# System Files
2525
.DS_Store
26-
Thumbs.db
26+
Thumbs.db
27+
# Shell scripts with sensitive data
28+
*.sh
29+
start-sse-server.sh
30+
31+
# Secrets
32+
*_key*
33+
*apikey*
34+
*secret*

0 commit comments

Comments
 (0)