mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
3c7d19d41b
Updated `.prettierignore` to ingnore the typical Python environment files from `.venv` If you are running pre-commit locally you probably have a Python environment setup. This PR speeds up the prettier hook and avoids multiple passes through the targetted files.
7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
# Ignore artifacts:
|
|
build
|
|
coverage
|
|
doc/internal/opcode.md
|
|
tools/lrama
|
|
.venv
|