signoz/frontend/.prettierignore

13 lines
162 B
Plaintext
Raw Permalink Normal View History

# Ignore artifacts:
build
coverage
public/
# Ignore all MD files:
**/*.md
# Ignore all JSON files:
**/*.json
2025-07-31 12:16:55 +05:30
# Ignore all files in parser folder:
src/parser/**