Delete obsolete files and improve .vscodeignore

feature/search
Kelvin Schoofs 6 years ago
parent 212f8e619f
commit 647717d44a

@ -1,12 +1,10 @@
**
!.vscodeignore
!package.json
!package-lock.json
!dist/*.js
!dist/util
!resources
!resources/config
!resources/Logo.png
!media
!webview/build/index.html
!webview/build/static/css/*.css

@ -1,9 +0,0 @@
// If you haven't already, associate .jsonc files with "JSON with Comments (jsonc)"
{
"label": "An optional label for a good name",
"root": "/tmp",
"host": "localhost",
"port": 22,
"username": "root",
"password": true
}

@ -1,14 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cat Coding</title>
</head>
<body>
<script src="$ROOT/settings.js"></script>
</body>
</html>

@ -1,4 +0,0 @@
const body = document.body;
body.append('ABC');
console.log('ok');
Loading…
Cancel
Save