first commit

This commit is contained in:
2024-11-21 14:26:28 +01:00
commit 78fe46c8a7
2082 changed files with 158662 additions and 0 deletions

17
.vscode/ftp-kr.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"host": "serwer1574995.home.pl",
"username": "projectpro",
"password": "ProjectPro2025!",
"remotePath": "/autoinstalator/wordpress9",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}

17
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
"savePath": "~/../style-css/",
"savePathSegmentKeys": null,
"savePathReplaceSegmentsWith": null
}
],
"liveSassCompile.settings.generateMap": true,
"liveSassCompile.settings.autoprefix": "defaults",
"liveSassCompile.settings.watchOnLaunch": true,
"liveSassCompile.settings.includeItems": [
"/layout/style-scss/*.scss"
]
}

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

@@ -0,0 +1,12 @@
{
"name": "serwer1574995.home.pl",
"host": "serwer1574995.home.pl",
"protocol": "ftp",
"port": 21,
"username": "projectpro",
"password": "ProjectPro2025!",
"remotePath": "/autoinstalator/wordpress9",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}