Skip to content

Commit cb46653

Browse files
committed
chore: Ignore manual-test.js
Adds manual-test.js to .gitignore to prevent it from being tracked. This file is typically used for local manual testing and may contain sensitive data or configurations not intended for the repository.
1 parent 643ea84 commit cb46653

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ Thumbs.db
2727

2828
# Test coverage
2929
coverage/
30+
31+
# Manual test files
32+
manual-test.js

0 commit comments

Comments
 (0)