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