From 2e908b9de24c8e0c71b1ada23e6996ef07dc731c Mon Sep 17 00:00:00 2001 From: Wayne Date: Sun, 21 Jan 2024 10:11:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4.vscode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .vscode/sftp.json | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .vscode/sftp.json diff --git a/.gitignore b/.gitignore index 3551e1e..37b7df4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.vscode/ data/ app/public/storage/* nuxt/ diff --git a/.vscode/sftp.json b/.vscode/sftp.json deleted file mode 100644 index 724b4a9..0000000 --- a/.vscode/sftp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "My Server", - "host": "207.148.89.145", - "protocol": "sftp", - "port": 22, - "username": "root", - "password": "J2.bMKoPJXt[=ooM", - "remotePath": "/www/wwwroot/prodio.zltest.com.tw/", - "uploadOnSave": true, - "useTempFile": false, - "openSsh": false -}