first commit

This commit is contained in:
2025-04-30 23:59:49 +02:00
commit 652863d54f
117 changed files with 12276 additions and 0 deletions

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

@@ -0,0 +1,17 @@
{
"host": "brzezovka.pl",
"username": "jacek@brzezovka.pl",
"password": "nKc36zNdv3fhh5qSRJu5",
"remotePath": "/public_html/tickets/",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}

94
.vscode/ftp-kr.sync.cache.json vendored Normal file
View File

@@ -0,0 +1,94 @@
{
"ftp://brzezovka.pl@www@bilety.brzezovka.pl": {
"public_html": {
".gitignore": {
"type": "-",
"size": 0,
"lmtime": 0,
"modified": false
},
".htaccess": {
"type": "-",
"size": 1031,
"lmtime": 0,
"modified": false
},
"ajax.php": {
"type": "-",
"size": 1208,
"lmtime": 0,
"modified": false
},
"api.php": {
"type": "-",
"size": 10554,
"lmtime": 0,
"modified": false
},
"autoload": {},
"config.php": {
"type": "-",
"size": 4002,
"lmtime": 0,
"modified": true
},
"cron.php": {
"type": "-",
"size": 2636,
"lmtime": 0,
"modified": false
},
"custom.php": {
"type": "-",
"size": 2433,
"lmtime": 0,
"modified": false
},
"index.php": {
"type": "-",
"size": 1624,
"lmtime": 0,
"modified": false
},
"layout": {},
"libraries": {},
"orders": {},
"templates": {
"site": {
"layout-cron.php": {
"type": "-",
"size": 2512,
"lmtime": 0,
"modified": false
},
"layout-logged.php": {
"type": "-",
"size": 5833,
"lmtime": 1713172556038,
"modified": false
},
"layout-unlogged.php": {
"type": "-",
"size": 4356,
"lmtime": 1713172558543,
"modified": false
},
"regulamin.php": {
"type": "-",
"size": 9529,
"lmtime": 0,
"modified": false
}
}
},
"test.txt": {
"type": "-",
"size": 348,
"lmtime": 0,
"modified": false
},
"upload": {}
}
},
"$version": 1
}

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

@@ -0,0 +1,14 @@
{
"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
}

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

@@ -0,0 +1,12 @@
{
"name": "brzezovka.pl",
"host": "brzezovka.pl",
"protocol": "ftp",
"port": 21,
"username": "jacek@brzezovka.pl",
"password": "nKc36zNdv3fhh5qSRJu5",
"remotePath": "/public_html/tickets/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}