Is it possible to exclude certain files from compilation? #1792
Unanswered
jamierumbelow
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
Given the following toml config file:
I'd like to exclude a subdirectory of
contracts
–contracts/test
– from compilation. So I'd like to compile all contracts insidecontracts
except those incontracts/test
.Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions