[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>
This commit is contained in:
snomiao
2025-08-13 12:46:07 +00:00
parent eba0b42674
commit 4fbb089a06

5
.gitignore vendored
View File

@@ -61,5 +61,8 @@ dist.zip
# Temporary repository directory
templates_repo/
# Vites timestamped config modules
# Vite's timestamped config modules
vite.config.mts.timestamp-*.mjs
# Linux core dumps
./core