eg/web/.prettierignore
2025-03-22 17:52:11 -05:00

14 lines
141 B
Plaintext

#
*.min.js
# Ignore node_modules directory
node_modules/
# Ignore compiled files
dist/
build/
out/
# Ignore specific files
*.log
.DS_Store