-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
91 lines (81 loc) · 1.52 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
.*
!.githooks/
!.github/
!.run/
!.cargo/
!.dockerignore
!.env.sample
**/*.rs.bk
*.code-workspace
target
libs/shamir-sharing/target/
tests/**/logs
!tests/**/logs/chrome-trace/.gitkeep
!tests/**/logs/json-log/.gitkeep
!tests/**/logs/stdout/.gitkeep
!tests/**/logs/stderr/.gitkeep
tests/resources/csv
docker/volumes/csv
docker/volumes/outputs
tools/load-tool/reports/scripts/reports
tools/load-tool/reports/outputs
tests/bandwidth/reports/scripts/bandwidth-test-venv
tests/bandwidth/reports/outputs
tests/resources/bandwidth/inputs
tests/resources/bandwidth/reports
tests/resources/blinding-factors
tests/e2e/templates/programs/*
# Prevent accidentally commit the build version of nada_dsl
nada-lang/nada_dsl/nada_dsl/version.py
# Prevent accidentally commit compiled nada files
*.nada.bin
# Prevent accidentaly commit ABI3 files
*.abi3.so
# Cargo.lock files
Cargo.lock
!/Cargo.lock
# Docs
nada-lang/nada_dsl/docs/_build/*
tmp/
# js and wasm stuff
*.tgz
dist
node_modules
package-lock.json
# python
*.pyc
__pycache__
venv
virtualenv
# python Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
nada-lang/nada_dsl/nada_dsl/version.py
# IntelliJ IDEA
*.iml
# cargo code coverage stuff
*.profraw
# rusty tags
**/rusty-tags.vi
# log files
*.log
*.out
# logs
libs/wasm-logger-ws/**/*log
index.html
nada-auto-test.xml
tools/smart-contract-deployer/config/devnet*.yaml
tools/smart-contract-deployer/config/testnet*.yaml
tools/smart-contract-deployer/output/*.yaml