Skip to content

Commit 516602a

Browse files
committed
chore: fix gitignore to support both eslint & prettier
1 parent 95e619c commit 516602a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ node_modules/
1010
/examples/*/package-lock.json
1111
/examples/*/pnpm-lock.yaml
1212
# Generated files @ frontend
13-
src/gql/
13+
src/gql
1414
src/gql-fragments.json
15+
/apps/frontend/src/gql
16+
/apps/frontend/src/gql-fragments.json
1517
# Generated files @ backend
16-
src/graphql/__generated__/
18+
src/graphql/__generated__
19+
/apps/backend/src/graphql/__generated__
1720
# Various cache files
1821
.cache
1922
# Playwright

0 commit comments

Comments
 (0)