somewhere
This commit is contained in:
Vendored
+15
@@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
+16
@@ -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"
|
||||
}
|
||||
Vendored
+10
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user