Include local workspace settings
This commit is contained in:
7
.claude/settings.local.json
Normal file
7
.claude/settings.local.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(ssh *)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.claude/
|
|
||||||
.vscode/
|
|
||||||
|
|||||||
10
.vscode/sftp.json
vendored
Normal file
10
.vscode/sftp.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "DEVONE-UI-IBL",
|
||||||
|
"host": "devone.aplikasi.web.id",
|
||||||
|
"protocol": "sftp",
|
||||||
|
"port": 22,
|
||||||
|
"username": "one",
|
||||||
|
"password": "sasone102938",
|
||||||
|
"privateKeyPath": "/Users/fajrihardhitamurti/id_rsa",
|
||||||
|
"remotePath": "/home/one/project/one/one-ui-lab"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user