File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "search.exclude" : {
3
- "**/node_modules" : true ,
4
- "dist/**" : true
5
- },
6
2
"files.watcherExclude" : {
7
3
"**/.git/objects/**" : true ,
8
4
"**/.git/subtree-cache/**" : true ,
11
7
},
12
8
"files.exclude" : {
13
9
"**/.git" : true ,
14
- "**/.DS_Store" : true
10
+ "**/.DS_Store" : true ,
11
+ "**/node_modules" : true ,
12
+ "**/build/**/*" : true ,
13
+ "**/dist/**/*" : true
15
14
},
16
15
"css.customData" : [" .vscode/css_custom_data.json" ],
17
16
"[typescript]" : {
Original file line number Diff line number Diff line change 2
2
3
3
![ LiveViewJS Logo] ( liveviewjs-logo.png )
4
4
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*
6
6
7
- Documentation: [ LiveViewJS.com] ( https://www.liveviewjs.com )
7
+ Learn more at [ LiveViewJS.com] ( https://www.liveviewjs.com )
You can’t perform that action at this time.
0 commit comments