Skip to content

Commit c0a7238

Browse files
authored
[Cursor] Add commit message files to gitignore (#30)
Added patterns to ignore commit message files (*.txt) to prevent them from being committed. Also removed an accidentally committed commit_msg.txt file.
1 parent ca71e84 commit c0a7238

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

3+
# commit message files
4+
commit_msg*.txt
5+
*_commit_msg.txt
6+
pr_msg*.txt
7+
*_pr_msg.txt
8+
39
# dependencies
410
/node_modules
511
/.pnp

commit_msg.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)