fix(prettier): add directories to ignore for generated code and git submodule

This commit is contained in:
RaffaelW 2026-03-16 18:49:18 +01:00
parent 2f8948954c
commit b13c7e6eb7

View file

@ -1,6 +1,8 @@
# Ignore build artifacts and generated files # Ignore build artifacts and generated files
build/ build/
managed_components/ managed_components/
docs/doxygen/
docs/external/
.direnv/ .direnv/
*.lock *.lock