# dependencies
node_modules/
cache/
artifacts/
# don't track the contracts on evmos directory because these are copied from the precompiles pkg of this repo
**/precompiles/contracts/evmos/*

# ignore package-lock files (only use yarn.lock)
package-lock.json
!yarn.lock