.ai-workflows
.wordpress-org
assets
includes
languages
scripts
.ai-assistant.md
.aiconfig
.augmentignore
.boltignore
.clinerc
.codyignore
.continuerc
.cursorignore
.distignore
.geminiignore
.gitignore
.loveablerc
.rooignore
.v0ignore
.windsurfignore
CHANGELOG.md
LICENSE
README.md
build.sh
clear-transients.php
composer.json
deploy-local.sh
readme.txt
wp-fix-plugin-does-not-exist-notices.php
9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
{
|
|
"_comment": "This configuration file is used by Loveable 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": [
|
|
".loveable-tmp/"
|
|
],
|
|
"model": "gpt-4o",
|
|
"temperature": 0.2
|
|
}
|