mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
update settings
This commit is contained in:
@ -66,45 +66,41 @@
|
|||||||
"file_icons": true,
|
"file_icons": true,
|
||||||
"git_status": false
|
"git_status": false
|
||||||
},
|
},
|
||||||
|
"file_scan_exclusions": [
|
||||||
|
// "**/.git",
|
||||||
|
"**/.svn",
|
||||||
|
"**/.hg",
|
||||||
|
"**/CVS",
|
||||||
|
"**/.DS_Store",
|
||||||
|
"**/Thumbs.db",
|
||||||
|
"**/.classpath",
|
||||||
|
"**/.settings"
|
||||||
|
],
|
||||||
// "proxy": "http://127.0.0.1:10809",
|
// "proxy": "http://127.0.0.1:10809",
|
||||||
"ssh_connections": [
|
"ssh_connections": [
|
||||||
{
|
{
|
||||||
"host": "57",
|
"host": "57",
|
||||||
"projects": [
|
"projects": [
|
||||||
{
|
{
|
||||||
"paths": [
|
"paths": ["~/Developer/show-client"]
|
||||||
"~/Developer/show-client"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paths": [
|
"paths": ["~/Developer/show-client-multiple"]
|
||||||
"~/Developer/show-client-multiple"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paths": [
|
"paths": ["~/Developer/gorra"]
|
||||||
"~/Developer/gorra"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paths": [
|
"paths": ["~/Developer/site_operation_platform"]
|
||||||
"~/Developer/site_operation_platform"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paths": [
|
"paths": ["~/Developer/show-client-v2"]
|
||||||
"~/Developer/show-client-v2"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paths": [
|
"paths": ["~/Developer/show-library"]
|
||||||
"~/Developer/show-library"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paths": [
|
"paths": ["~/Developer/venus"]
|
||||||
"~/Developer/venus"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user