Files
SalonRo/.prettierignore
2025-12-24 11:20:50 +03:30

13 lines
140 B
Plaintext

# Ignore build output
dist/
build/
# Ignore dependencies
node_modules/
# Ignore lock files
package-lock.json
yarn.lock
coverage/
*.min.js