-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (44 loc) · 989 Bytes
/
.gitignore
File metadata and controls
48 lines (44 loc) · 989 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
# Compiler files
cache/
out/**/
!out/VaultImplementation.sol/
!out/VaultTokenizedImplementation.sol/
!out/VaultVotesImplementation.sol/
!out/v1.1/
!out/v1.1/Vault.sol/
!out/v1.1/VaultTokenized.sol/
!out/VaultVotes.sol/
!out/Vault.sol/
!out/VaultTokenized.sol/
!out/NetworkRestakeDelegator.sol/
!out/FullRestakeDelegator.sol/
!out/OperatorSpecificDelegator.sol/
!out/OperatorNetworkSpecificDelegator.sol/
!out/Slasher.sol/
!out/VetoSlasher.sol/
!out/VaultFactory.sol/
!out/DelegatorFactory.sol/
!out/SlasherFactory.sol/
!out/OperatorRegistry.sol/
!out/NetworkRegistry.sol/
!out/OptInService.sol/
!out/MetadataService.sol/
!out/NetworkMiddlewareService.sol/
!out/VaultConfigurator.sol/
!out/VaultHints.sol/
!out/DelegatorHints.sol/
!out/SlasherHints.sol/
!out/OptInServiceHints.sol/
# Ignores development broadcast logs
!/broadcast
/broadcast/*/17000/
/broadcast/*/31337/
/broadcast/*/11155111/
/broadcast/**/dry-run/
# Docs
docs/
# Dotenv file
.env
# Other files
.gas-snapshot
lcov.info