Skip to content

Commit

Permalink
chore: reduce out files
Browse files Browse the repository at this point in the history
  • Loading branch information
1kresh committed Dec 25, 2024
1 parent af52706 commit 0e26673
Show file tree
Hide file tree
Showing 199 changed files with 22 additions and 199 deletions.
23 changes: 22 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Compiler files
cache/
out/build-info/
out/
!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
Expand Down
1 change: 0 additions & 1 deletion out/AccessControl.sol/AccessControl.json

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion out/Address.sol/Address.json

This file was deleted.

1 change: 0 additions & 1 deletion out/Base.sol/CommonBase.json

This file was deleted.

1 change: 0 additions & 1 deletion out/Base.sol/ScriptBase.json

This file was deleted.

1 change: 0 additions & 1 deletion out/Base.sol/TestBase.json

This file was deleted.

1 change: 0 additions & 1 deletion out/BaseDelegator.sol/BaseDelegator.json

This file was deleted.

1 change: 0 additions & 1 deletion out/BaseSlasher.sol/BaseSlasher.json

This file was deleted.

Loading

0 comments on commit 0e26673

Please sign in to comment.