Skip to content

Commit

Permalink
🐛 Delete unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
urin committed Oct 15, 2024
1 parent 2b3ebf6 commit 1f9e23c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
**/~*
**/~*/**
.vscode/**
.vscode-test/**
out/**
node_modules/**
src/**
docs/**
.gitignore
esbuild.js
.vscodeignore
FUNDING.yml
package-lock.json
README.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
**/.vscode-test.*
**/.vscode-test.*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Edit HTML files visually in real-time.

[![Demo](https://raw.githubusercontent.com/urin/vscode-web-visual-editor/main/images/demo.webp)](https://raw.githubusercontent.com/urin/vscode-web-visual-editor/main/images/demo.webp)
![Demo](https://raw.githubusercontent.com/urin/vscode-web-visual-editor/main/docs/demo.webp)

## ✨ Features
- 🖼️ **Visual Editing**: Edit HTML elements visually within the WebView.
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"ui"
],
"icon": "images/icon-logo.png",
"version": "0.1.1",
"version": "0.1.2",
"engines": {
"vscode": "^1.92.0"
"vscode": "^1.90.0"
},
"publisher": "Urin",
"author": "Urin",
Expand Down

0 comments on commit 1f9e23c

Please sign in to comment.