Prevents git add -A from sweeping a local browser-test account (with its password hash) into the content repo, matching the existing testrunner.yaml ignore. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H1FrCYNq6RXdGYbn5PFrhM
17 lines
387 B
Plaintext
17 lines
387 B
Plaintext
/plugins/*
|
|
!/plugins/.gitkeep
|
|
!/plugins/cache-on-save/
|
|
!/plugins/story-blocks/
|
|
!/plugins/entry-actions/
|
|
/data/
|
|
/accounts/testrunner.yaml
|
|
/accounts/tester.yaml
|
|
/pages/01.trips/italy-2026-demo/
|
|
/pages/02.post/*ui-test*/
|
|
/config/plugins/git-sync.yaml
|
|
/config/plugins/api-private.php
|
|
/config/security.yaml
|
|
/config/security-private.php
|
|
/config/versions.yaml
|
|
/themes/intotheeast/node_modules/
|