somewhere

This commit is contained in:
Swift
2023-08-17 13:05:51 +03:30
parent 30c7eb0e7b
commit 53843207cc
429 changed files with 117489 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
+16
View File
@@ -0,0 +1,16 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"node_modules": true,
"**/.vscode": true,
"**/.nuxt": false,
".vscode": true
},
"explorerExclude.backup": null,
"prettier.arrowParens": "avoid"
}
+10
View File
@@ -0,0 +1,10 @@
{
"name": "AsanService",
"host": "asan-service.com",
"protocol": "ftp",
"port": 21,
"username": "asanserv",
"password": "6}Y5[G}Zc#we",
"remotePath": "/nuxt",
"uploadOnSave": false
}