-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (41 loc) · 833 Bytes
/
.gitignore
File metadata and controls
49 lines (41 loc) · 833 Bytes
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
# IDEs / Tools
.vscode
.env
.idea
# Data
data/
# E2E (Stratus)
e2e/artifacts
e2e/typechain-types
e2e/node_modules
e2e/rpc-mock-server/node_modules
e2e/cache
e2e/.tool-versions
flamegraph.svg
# E2E (CloudWalk contracts)
e2e/brlc-monorepo
e2e/cloudwalk-contracts/repos
e2e/cloudwalk-contracts/integration/contracts/*.flattened.sol
e2e/cloudwalk-contracts/integration/cache
e2e/cloudwalk-contracts/integration/typechain-types
e2e/cloudwalk-contracts/integration/artifacts
e2e/cloudwalk-contracts/integration/.openzeppelin
e2e/cloudwalk-contracts/.tool-versions
e2e/cloudwalk-contracts/integration/.tool-versions
# E2E (NodeJS)
node_modules/
# E2E (Run With Importer)
e2e_logs/
temp_*-rocksdb/
tests/importer-offline-database/*
# Build
crates/*/target
/target
vendor
stratus.log
# OS specific
*.DS_Store
.aider*
# logs
*.log
out