Sha256: c5bd0b69df2702a5f23bb059a62914bd33669768bc79ee2f828ef1f81d5d8060
Contents?: true
Size: 644 Bytes
Versions: 4
Compression:
Stored size: 644 Bytes
Contents
# See: Setting up the configuration file # https://github.com/Shopify/packwerk/blob/main/USAGE.md#configuring-packwerk # List of patterns for folder paths to include # include: # - "**/*.{rb,rake,erb}" # List of patterns for folder paths to exclude # exclude: # - "{bin,node_modules,script,tmp,vendor}/**/*" # Patterns to find package configuration files # package_paths: "**/" # List of custom associations, if any # custom_associations: # - "cache_belongs_to" # Whether or not you want the cache enabled (disabled by default) # cache: true # Where you want the cache to be stored (default below) # cache_directory: 'tmp/cache/packwerk'
Version data entries
4 entries across 4 versions & 1 rubygems