This commit is contained in:
2026-03-28 12:14:05 +01:00
parent 7f4827eae8
commit f8af79f232
13 changed files with 1734 additions and 58 deletions

7
.vscode/sftp.json vendored
View File

@@ -8,5 +8,10 @@
"remotePath": "/autoinstalator/wordpress9",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
"openSsh": false,
"ignore": [
".vscode",
".git",
".DS_Store"
]
}