Add AI IDE configuration files and improve compatibility (v1.6.17)
This commit is contained in:
29
.clinerc
Normal file
29
.clinerc
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"ignore": [
|
||||
"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/"
|
||||
],
|
||||
"model": "gpt-4",
|
||||
"temperature": 0.2
|
||||
}
|
Reference in New Issue
Block a user