From 4fbb089a06e42b5466bf06f646ed94c6f3f82d72 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 13 Aug 2025 12:46:07 +0000 Subject: [PATCH] [feat] Add Linux core dump to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore ./core files to prevent Linux core dumps from being committed. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a5347cd65..bee3e8317 100644 --- a/.gitignore +++ b/.gitignore @@ -61,5 +61,8 @@ dist.zip # Temporary repository directory templates_repo/ -# Vite’s timestamped config modules +# Vite's timestamped config modules vite.config.mts.timestamp-*.mjs + +# Linux core dumps +./core