#
# Compiled Binaries & Artifacts
#
# We do not need to track compiled binaries and compile-time
# artifacts with version control. Most users do not need the
# build artifacts, nor will they understand what they mean.
# Do I even know what the build artifacts mean? Probably not.
#
/target/

#
# Vendored Dependencies
#
# We do not need to track vendored dependencies with
# version control. Adding these would cause the size of
# the repository to have significant inflation. Storing
# dependencies for the purposes of security, reproducibility,
# and availability is what the Förråd Cargo Registry is for.
#
/vendor*
