From 33a21f85633328179d2279a817cb5ebf31fc4e32 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Tue, 9 Sep 2025 07:23:13 +0000 Subject: [PATCH] chore: add dev environment files to gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 9772df806..7c8fe8c12 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,10 @@ pulse .DS_Store Thumbs.db +# Development environment files +.dev-mode +.tmux.conf + # IDE .idea/ .vscode/ @@ -78,6 +82,15 @@ package-lock.json *.test.md screenshots/ .devdata/ +test-*.js +test-*.sh +test-*.html +*.backup.* +.env.dev +.env.backup* +PMG_BACKUP_DETECTION.md +SAFE_TESTING.md +tmp/ # Master plan documents (local only) PULSE_V4_ISSUES_MASTER_PLAN.md