-
Notifications
You must be signed in to change notification settings - Fork 210
/
.gitignore
53 lines (52 loc) · 1.1 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
packages/dev/build/
.DS_Store
node_modules
/.vscode/settings.json
/.idea/*
!/.idea/dictionaries/
/secret_mnemonic
/.0x-artifacts/
/webtools/openeth-webtools.pack.js
/.eslintcache
/packages/common/src/interfaces/
/packages/paymasters/src/interfaces/
/ganache.pid
/dist/
cache
/packages/cli/src/compiled/
/opengsn-gsn-*.tgz
/RelayClient.ts
/RelayProvider.ts
/GSNConfigurator.ts
/GsnTestEnvironment.ts
artifacts
/yarn-error.log
/jsrelay/gsndata/
/jsrelay/dist/relayserver.js
/json-input.json
/combined.log
**/dist
tsconfig.tsbuildinfo
/packages/dev/json-input.json
yarn-error.log
/lerna-debug.log
/packages/contracts/build/
/packages/contracts/json-input.json
/packages/contracts/types/ethers-contracts/
/packages/contracts/types/truffle-contracts/
/verdaccio/db/
/.yarnrc
/build/gsn
/gsn.iml
/packages/paymasters/types/
/packages/paymasters/build/
/packages/paymasters/dist/
/packages/paymasters/json-input.json
hardhat.log
/packages/contracts/solpp/
/packages/contracts/docs/
/packages/deployer/contracts-link
/packages/deployer/all-networks.json
/packages/deployer/deployments/
/Project.xml
/packages/dev/types/truffle-contracts/