forked from wundergraph/wundergraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.prettierignore
45 lines (33 loc) · 846 Bytes
/
.prettierignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
node_modules
# Package manager
pnpm-lock.yaml
*lock.json
# WunderGraph
**/.wundergraph/cache
**/.wundergraph/generated
# Next.js build output
.next
out
# Logs
logs
*.log
# IDE
.vscode
.idea
CHANGELOG.md
# Ignore html files
*.html
# Ignore go files
*.go
# Generated PB files
packages/protobuf/wgpb
# Relay generated files
**/operations/relay
# These operations are generated, ignore them during formatting
testapps/default/.wundergraph/operations/federated/*.graphql
testapps/default/.wundergraph/operations/weather/GetCityById.graphql
testapps/default/.wundergraph/operations/weather/GetCityByName.graphql
packages/testsuite/apps/basic/.wundergraph/operations/weather/GetCityById.graphql
packages/testsuite/apps/basic/.wundergraph/operations/weather/GetCityByName.graphql
examples/sveltekit-oidc-cookies-auth
examples/sveltekit-todos