Skip to content

Commit 5b934c6

Browse files
committed
Minor updates in .vscode settings and README
1 parent 2e518d5 commit 5b934c6

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.vscode/settings.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"search.exclude": {
3-
"**/node_modules": true,
4-
"dist/**": true
5-
},
62
"files.watcherExclude": {
73
"**/.git/objects/**": true,
84
"**/.git/subtree-cache/**": true,
@@ -11,7 +7,10 @@
117
},
128
"files.exclude": {
139
"**/.git": true,
14-
"**/.DS_Store": true
10+
"**/.DS_Store": true,
11+
"**/node_modules": true,
12+
"**/build/**/*": true,
13+
"**/dist/**/*": true
1514
},
1615
"css.customData": [".vscode/css_custom_data.json"],
1716
"[typescript]": {

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
![LiveViewJS Logo](liveviewjs-logo.png)
44

5-
*An HTML-first, GSD-focused library for building LiveViews in NodeJS and Deno*
5+
*An HTML-first, "Get Stuff Done"-focused library for building LiveViews in NodeJS and Deno*
66

7-
Documentation: [LiveViewJS.com](https://www.liveviewjs.com)
7+
Learn more at [LiveViewJS.com](https://www.liveviewjs.com)

0 commit comments

Comments
 (0)