signoz/frontend/.prettierignore
2025-07-31 12:16:55 +05:30

13 lines
162 B
Plaintext

# Ignore artifacts:
build
coverage
public/
# Ignore all MD files:
**/*.md
# Ignore all JSON files:
**/*.json
# Ignore all files in parser folder:
src/parser/**