Skip to content

Commit

Permalink
chore: remove "lib" references
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 4, 2023
1 parent 9f22b65 commit 2a958f1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
broadcast
cache
coverage
lib
node_modules
out-optimized
out
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
".gas-snapshot": "julia"
},
"editor.formatOnSave": true,
"npm.exclude": "**/lib/**",
"solidity.formatter": "forge"
}
1 change: 0 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
ignored_error_codes = [
5159, # ignore selfdestruct warning
]
libs = ["lib"]
optimizer = true
optimizer_runs = 200
out = "out"
Expand Down

0 comments on commit 2a958f1

Please sign in to comment.