.prettierignore 102 B

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