Porządki v1

This commit is contained in:
2026-05-27 08:47:59 +02:00
parent 46cbf4d05b
commit 22989d9f9b
16 changed files with 1142 additions and 3 deletions

23
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "My Server",
"host": "192.168.20.23",
"protocol": "sftp",
"port": 22,
"username": "bartek",
"password": "pelt-sweat-antiquely-ecosystem-dissuade",
"remotePath": "/home/bartek/public_html/biesiada.menu/app",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": true,
"watcher": {
"files": "**/*",
"autoUpload": true,
"autoDelete": false
},
"ignore": [
"**/.git/**",
"**/.vscode/**",
"**/.DS_Store",
"**/vendor/**"
]
}