mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 03:04:03 +00:00
chore: add dev environment files to gitignore
This commit is contained in:
+13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user