Files
mongo/.prettierignore
Jason Hills d50b0cce55 SERVER-107852 SBOM rebuild to v8.0 (#39741)
GitOrigin-RevId: 24345414680712d91e0b500ded6ea8d2517804fa
2025-09-08 14:31:33 +00:00

29 lines
861 B
Plaintext

# Ignore everything
# We are making prettier opt in for the moment while we work on the rollout
# !*/ means do not ignore recursive directories
# Together these work togather to make nothing opted-in by default
*
!*/
# Do not ignore markdown
# We are only going to do markdown file formatting for now
# Hopefully we will use prettier for more file types in the future
!*.md
# TODO SERVER-106654
docs/logging.md
# this file is automatically generated and conforms to formatting requirements
README.third_party.md
# Ignore all golden test output files
jstests/*golden*/expected_output/*
# Ignore all template files
# When we eventually enable prettier on javascript these files are invalid and should be ignored
**/*.tpl.*
# Ignore .yy files since prettier seems to think these are json files
**/*.yy
# Ignore all formatting in third_party/*
src/third_party