Fix EditorConfig checker error
This commit is contained in:
parent
5bcabc9e73
commit
da9efcc3c5
@ -13,7 +13,7 @@ fi
|
||||
|
||||
# editorconfig
|
||||
echo "Checking by EditorConfig..."
|
||||
ec -exclude 'node_modules' . &> /dev/null
|
||||
ec -exclude 'node_modules' -exclude 'venv' . &> /dev/null
|
||||
|
||||
if [[ "$?" == 0 ]]; then
|
||||
echo "✅ EditorConfig"
|
||||
|
@ -1,6 +1,7 @@
|
||||
**/.git
|
||||
**/node_modules
|
||||
**/dist
|
||||
**/venv
|
||||
test/js/engine.js
|
||||
|
||||
*.html
|
||||
|
Loading…
Reference in New Issue
Block a user