This commit is contained in:
2026-03-28 11:06:12 +01:00
parent 29fc4d6edb
commit 913bad66bd
12 changed files with 136652 additions and 1152 deletions

9
.vscode/sftp.json vendored
View File

@@ -6,7 +6,12 @@
"username": "www@pomysloweprezenty.pl",
"password": "vx6HmtcdGraQTBwj3BDV",
"remotePath": "/public_html",
"uploadOnSave": false,
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
"openSsh": false,
"ignore": [
".vscode",
".git",
".DS_Store"
]
}