forked from silo-finance/silo-contracts-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (37 loc) · 614 Bytes
/
.gitignore
File metadata and controls
45 lines (37 loc) · 614 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
node_modules
.idea
.editorconfig
.vscode
.env
cache
**/foundry/out/
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# silo-foundry-utils cli binary
/silo-foundry-utils
deployments/anvil
deployments/localhost
deployments/31337
**/deployments/localhost
**/deployments/anvil
**/deployments/31337
**/build/
**/artifacts/
.env*
.DS_Store
common/addresses/anvil.json
coverage
!coverage/silo-core.txt
!coverage/silo-oracles.txt
lcov.info
# echidna
corpus/
crytic-export
# certora
.certora_internal