Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 341 Bytes

cache.md

File metadata and controls

7 lines (4 loc) · 341 Bytes

Cache

Forge caches compiled contracts each time you build your project to provide incremental builds. This cache lives in cache/.

Additionally, Forge also saves contract artifacts in out/, such as ABIs.

Both of these directories can be removed using forge clean, and it is generally recommended to add them in your .gitignore.