Optimize AI IDE configuration files for better efficiency (v1.6.18)
This commit is contained in:
32
.aiconfig
32
.aiconfig
@ -3,29 +3,15 @@
|
||||
"description": "WordPress plugin to fix 'Plugin file does not exist' notices",
|
||||
"schema_version": "1.0.0",
|
||||
"ignore_patterns": [
|
||||
"node_modules/",
|
||||
"vendor/",
|
||||
"bower_components/",
|
||||
"build/",
|
||||
"dist/",
|
||||
"*.zip",
|
||||
"*.tar.gz",
|
||||
"*.mp4",
|
||||
"*.pdf",
|
||||
"*.psd",
|
||||
"*.ai",
|
||||
"*.sketch",
|
||||
"*.fig",
|
||||
"*.xd",
|
||||
"*.pxd",
|
||||
"*.afdesign",
|
||||
"*.afphoto",
|
||||
"*.afpub",
|
||||
"wp-content/uploads/",
|
||||
"wp-content/upgrade/",
|
||||
"wp-content/backup-db/",
|
||||
"wp-content/cache/",
|
||||
"wp-content/backups/"
|
||||
"*.code-workspace",
|
||||
".history/",
|
||||
".ionide/",
|
||||
".ai-prompts/",
|
||||
".completions/",
|
||||
".chat-history/",
|
||||
"*.docx",
|
||||
"*.xlsx",
|
||||
"*.pptx"
|
||||
],
|
||||
"models": {
|
||||
"default": "gpt-4",
|
||||
|
Reference in New Issue
Block a user