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 -}