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