ignore tauri dist for format-check

This commit is contained in:
Felix Roos 2023-08-18 23:48:00 +02:00
parent 84328cfb90
commit 61dc6f980d

View File

@ -17,4 +17,5 @@ vite.config.js
**/*.ts **/*.ts
**/*.json **/*.json
**/dev-dist **/dev-dist
**/dist **/dist
/src-tauri/target/**/*