Files
wp-fix-plugin-does-not-exis…/.clinerc
Marcus Quinn 10a1012c68
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
Add support for more AI IDEs and improve documentation (v1.6.21)
2025-04-12 17:49:20 +01:00

9 lines
318 B
Plaintext

{
"_comment": "This configuration file is used by Cline AI IDE. It defines model preferences and ignore patterns for AI context. You can use the ! prefix to include files that are excluded by .gitignore. Example: !important-file.log",
"ignore": [
".cline-tmp/"
],
"model": "gpt-4o",
"temperature": 0.2
}