.prettierignore 106 B

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