# .prettierignore

# ignore build output
dist/
build/

# Maven
**/target/

# ignore node modules
node_modules/

# polyglot build output
**/out/
**/polyglot-cache/
