#Watch Paths in Build

1 messages · Page 1 of 1 (latest)

warm night
#

How to arrange so that the images folder contained in the public folder does not building.

I have tried various ways but have not succeeded, I tried with several forms of writing, such as:

  • /public/images
  • /public/images/
  • **/public/images
  • /public/images/**

Thanks

glad hedgeBOT
#

Project ID: N/A

#

Watch paths are gitignore-style patterns that can be used to trigger a new deployment based on what file paths have changed. For example, a monorepo might want to only trigger builds if files are changed in the /packages/backend directory. When specified, any changes that don't match the patterns will skip creating a new deployment. Multiple patterns can be combined, one per line.