forked from api3dao/airnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
41 lines (32 loc) · 921 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
**/node_modules/**
# Buidler
**/cache/**
**/artifacts/**
**/buidler.config.js
ITemplateUtilsV0.sol
**/.build/**
**/.serverless/**
**/coverage/**
coverage.json
**/dist/**
**/build/**
**/.webpack/**
# Changelog files are auto-generated using the @changesets package
**/CHANGELOG.md
.changeset
packages/airnode-protocol/src/contracts
packages/airnode-examples/deployments
packages/airnode-examples/integration-info.json
# https://github.com/protofire/solhint/issues/317
#
# /* solhint-disable */ comment doesn't work either because this is a parser issue
# Prettier uses this parser for formatting
packages/airnode-adapter/contracts/TestDecoder.sol
receipt.json
config.json
!packages/airnode-examples/integrations/**/config.json
# Third party modules
**/.terraform/**
# !!! Temporary until the proper formatting is sorted out !!!
# https://github.com/api3dao/airnode/issues/1660
packages/airnode-protocol/contracts