diff --git a/.editorconfig b/.editorconfig index 65932d2e..332f3a5d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,9 +8,8 @@ root = true end_of_line = lf insert_final_newline = true -# Matches multiple files with brace expansion notation # Set default charset -[*.{js,ts,less}] +[*.{js,ts,scss,html}] charset = utf-8 indent_style = space indent_size = 4 diff --git a/.gitignore b/.gitignore index d3181854..989623d4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .idea node_modules npm-debug.log +vwd.webinfo dist/ *.crx *.pem