Consolidate ignore patterns into .gitignore for better maintainability (v1.6.19)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2025-04-12 17:15:46 +01:00
parent d753359367
commit 89b695329c
12 changed files with 65 additions and 72 deletions

View File

@ -3,15 +3,7 @@
"description": "WordPress plugin to fix 'Plugin file does not exist' notices",
"schema_version": "1.0.0",
"ignore_patterns": [
"*.code-workspace",
".history/",
".ionide/",
".ai-prompts/",
".completions/",
".chat-history/",
"*.docx",
"*.xlsx",
"*.pptx"
".ai-tmp/"
],
"models": {
"default": "gpt-4",