Skip to content

Commit

Permalink
update create template
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrid committed Feb 17, 2024
1 parent 7a699bb commit 14753d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions templates/create/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# dependencies
/node_modules

# bundled
/dist

# package managers
package-lock.json
3 changes: 1 addition & 2 deletions templates/create/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"Lua.diagnostics.globals": ["mw"],
"Lua.workspace.ignoreDir": ["dist"],
"Lua.diagnostics.globals": ["mw", "_bundler_load", "_bundler_register"],
"Lua.diagnostics.ignoredFiles": "Disable"
}

0 comments on commit 14753d3

Please sign in to comment.