first commit
This commit is contained in:
17
.vscode/ftp-kr.json
vendored
Normal file
17
.vscode/ftp-kr.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"host": "host117523.hostido.net.pl",
|
||||
"username": "www@projektypkmp.pagedev.pl",
|
||||
"password": "eBPFQnmvB2JVCPJNELtX",
|
||||
"remotePath": "/public_html",
|
||||
"protocol": "ftp",
|
||||
"port": 0,
|
||||
"fileNameEncoding": "utf8",
|
||||
"autoUpload": true,
|
||||
"autoDelete": false,
|
||||
"autoDownload": false,
|
||||
"ignoreRemoteModification": true,
|
||||
"ignore": [
|
||||
".git",
|
||||
"/.vscode"
|
||||
]
|
||||
}
|
||||
19
.vscode/settings.json
vendored
Normal file
19
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"liveSassCompile.settings.formats": [
|
||||
{
|
||||
"format": "expanded",
|
||||
"extensionName": ".css",
|
||||
"savePath": null
|
||||
}
|
||||
],
|
||||
"liveSassCompile.settings.includeItems": [
|
||||
"wp-content/themes/hello-elementor/**/*.scss",
|
||||
"wp-content/plugins/elementor-addon/**/*.scss"
|
||||
],
|
||||
"liveSassCompile.settings.excludeList": [
|
||||
"**/node_modules/**",
|
||||
"**/.git/**",
|
||||
"**/wp-content/plugins/**/!elementor-addon/**"
|
||||
],
|
||||
"liveSassCompile.settings.watchOnLaunch": true
|
||||
}
|
||||
Reference in New Issue
Block a user