-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
35 lines (33 loc) · 900 Bytes
/
.prettierignore
File metadata and controls
35 lines (33 loc) · 900 Bytes
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
# Add files here to ignore them from prettier formatting
/dist
/coverage
/tmp
pnpm-lock.yaml
.next
# Generated files
templates.json
TEMPLATES.md
# Ignore any dist, tmp, or node_modules directories
gill/**/.env
gill/**/.trezoaanchor
gill/**/trezoaanchor/src/client/js/generated
gill/**/trezoaanchor/target/debug
gill/**/trezoaanchor/target/deploy
gill/**/trezoaanchor/target/release
gill/**/trezoaanchor/target/sbf-trezoa-trezoa
gill/**/trezoaanchor/target/test-ledger
gill/**/trezoaanchor/target/.rustc_info.json
gill/**/dist
gill/**/node_modules
gill/**/tmp
web3js/**/.env
web3js/**/.trezoaanchor
web3js/**/trezoaanchor/target/debug
web3js/**/trezoaanchor/target/deploy
web3js/**/trezoaanchor/target/release
web3js/**/trezoaanchor/target/sbf-trezoa-trezoa
web3js/**/trezoaanchor/target/test-ledger
web3js/**/trezoaanchor/target/.rustc_info.json
web3js/**/dist
web3js/**/node_modules
web3js/**/tmp