vendor/icecat-bin.tar.gz
assets/icecat-bin.tar.gz
assets/dependencies.zip

# ignore everything under built
built/**

# don't ignore the assets directory itself (so negations inside work)
!built/assets/

# ignore everything inside assets
built/assets/**

# un-ignore the single .keep file (keep this so that the PROJECT_DIR is not
# empty, which would prevent it compiling)
!built/assets/.keep
