Skip to content

Commit cd59452

Browse files
committed
chore: add core dump files to .gitignore
Add core and core.* patterns to .gitignore to prevent core dump files from being accidentally committed to version control.
1 parent b7f507a commit cd59452

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ yarn-debug.log*
33
yarn-error.log*
44
node.log
55

6+
# Core dumps
7+
core
8+
core.*
9+
610
# Dependency directories
711
node_modules/
812
forge-std/

0 commit comments

Comments
 (0)