mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
[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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -61,5 +61,8 @@ dist.zip
|
|||||||
# Temporary repository directory
|
# Temporary repository directory
|
||||||
templates_repo/
|
templates_repo/
|
||||||
|
|
||||||
# Vite’s timestamped config modules
|
# Vite's timestamped config modules
|
||||||
vite.config.mts.timestamp-*.mjs
|
vite.config.mts.timestamp-*.mjs
|
||||||
|
|
||||||
|
# Linux core dumps
|
||||||
|
./core
|
||||||
|
|||||||
Reference in New Issue
Block a user