Include local workspace settings

This commit is contained in:
sas.fajri
2026-04-15 15:29:23 +07:00
parent 2d03cf04eb
commit 97bd00e232
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"Bash(ssh *)"
]
}
}

2
.gitignore vendored
View File

@@ -1,3 +1 @@
.DS_Store
.claude/
.vscode/

10
.vscode/sftp.json vendored Normal file
View 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"
}