eg/web/.prettierignore
2024-11-03 15:33:27 -06: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