Skip to content

Commit 4fbb089

Browse files
snomiaoclaude
andcommitted
[feat] Add Linux core dump to .gitignore
Ignore ./core files to prevent Linux core dumps from being committed. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent eba0b42 commit 4fbb089

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,8 @@ dist.zip
6161
# Temporary repository directory
6262
templates_repo/
6363

64-
# Vites timestamped config modules
64+
# Vite's timestamped config modules
6565
vite.config.mts.timestamp-*.mjs
66+
67+
# Linux core dumps
68+
./core

0 commit comments

Comments
 (0)