Add 'dist' paths to git & prettier ignore.

This commit is contained in:
antanst 2025-07-22 11:45:14 +03:00
parent cf8b1c9709
commit ffcab4caac
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -26,6 +26,7 @@ backend/server.log
# Build output # Build output
dist/ dist/
build/ build/
backend/dist/
# Webpack output # Webpack output
public/assets/ public/assets/

1
.prettierignore Normal file
View file

@ -0,0 +1 @@
/dist

1
backend/.prettierignore Normal file
View file

@ -0,0 +1 @@
/dist