-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
89 lines (76 loc) · 1.27 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
# JetBrains tools
.idea/
zos/
files
# Symbolic Execution Results
test/verification/manticore/results/*
# Artifacts are stored in https://artifacts-nevermined-rocks.s3.amazonaws.com/
!artifacts/placeholder
artifacts/*
flattened
circom
circuits
cache
*.tgz
.env*
# Build / Travis
build/
node_modules/
dist
ganache-cli.log
yarn-error.log
# Test / Coverage
coverage*
scTopics
allFiredEvents
.coverage_artifacts/
.coverage_contracts/
# Mac / Apple
.DS_Store
# Python related
nevermined_contracts.egg-info/
venv
target/
.python-version
.eggs/
# ZeppelinOS related
zos.dev-*.json
!zos.dev-8995.json
!zos.dev-2199.json
!zos.dev-846353.json
!zos.dev-62320.json
!zos.dev-44787.json
!zos.dev-80001.json
!zos.dev-1313161555.json
!zos.dev-1313161554.json
.zos.session
.zos.lock
zos.json
wallets.json
# Security report files
mythrilReport.md
securifyReport.txt
KeeperContracts.png
slitherReport.txt
# SNARK generation
circuits/input.json
circuits/keytransfer.r1cs
circuits/keytransfer.sym
circuits/keytransfer.wasm
circuits/proof.json
circuits/public.json
circuits/verification_key.json
powersOfTau28_hez_final_14.ptau
*.iml
.idea/
src/main/java/*
keytransfer_js/
keytransfer_cpp/
# Autogenerated docs
docs/generated/index.md
# Cache
cache/
deploy-cache.json
upgrade-cache.json
transactions.json
lib