chore: organize root .gitignore
Group rules by purpose; add Playwright report dir, crmeb_log, Cursor CLI, and common backup patterns. Made-with: Cursor
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -1,2 +1,27 @@
|
||||
# OS & local tooling
|
||||
.DS_Store
|
||||
.claude/worktrees/
|
||||
.cursor-cli/
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Playwright (see playwright.config.ts)
|
||||
tests/e2e/test-results/
|
||||
tests/e2e/reports/
|
||||
/playwright-report/
|
||||
|
||||
# Logs & runtime log directories
|
||||
*.log
|
||||
scripts/logs/
|
||||
msh_single_uniapp/.fixes/logs/
|
||||
front_log/
|
||||
msh_crmeb_22/front_log/
|
||||
msh_crmeb_22/crmeb_front_log/
|
||||
msh_crmeb_22/crmeb_admin_log/
|
||||
msh_crmeb_22/crmeb_log/
|
||||
|
||||
# Editor / merge leftovers
|
||||
*.bak
|
||||
**/*.backup.*
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user