-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
96 lines (71 loc) · 1.65 KB
/
.gitignore
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
packages/subgraph/subgraph.yaml
packages/subgraph/generated
packages/subgraph/abis/*
packages/hardhat/*.txt
**/aws.json
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
**/node_modules
**/package-lock.json
packages/contracts/deployments/localhost/solcInputs/
packages/hardhat/artifacts*
packages/hardhat/cache*
packages/hardhat/deployments
packages/subgraph/config/config.json
tenderly.yaml
# dependencies
/node_modules
/.pnp
.pnp.js
.pnp.cjs
.yarn
# testing
coverage
# production
build
# misc
.DS_Store
.env*
!.env.example
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDEs
.idea
.vscode
# Local Netlify folder
.netlify
# See https://help.github.com/ignore-files/ for more about ignoring files.
.DS_Store
.env
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea/
.vercel
.next
public/sw.js
public/sw.js.map
public/workbox*.js
public/workbox*.js.map
/locale/_build/
/locale/**/*.js
.env
lokalise.yaml
# Ignore data files created by running the Docker Compose setup locally
/packages/graphnode/docker/data/
/packages/graphnode/docker/data/
/packages/graphnode/docker/parity/chains/
/packages/graphnode/docker/parity/network/
/packages/subgraph/abis/localhost/**
/packages/subgraph/tests/integration-tests/**/build
/packages/subgraph/tests/integration-tests/**/generated
/packages/subgraph/tests/integration-tests/**/node_modules
/packages/subgraph/tests/integration-tests/**/yarn.lock
# Built solidity contracts.
/packages/subgraph/tests/integration-tests/**/bin
/packages/subgraph/tests/integration-tests/**/abis
/packages/subgraph/tests/integration-tests/**/truffle_outputnode_modules
*.sedbak
.parcel-cache/
.vercel