.prettierignore 115 B

123456
  1. **/graphql/**/*.api.ts
  2. !**/graphql/**/mocks/*.ts
  3. !**/graphql/**/*.spec.ts
  4. !**/tests/graphql/**
  5. public/**/*
  6. tmp/**/*