Ignoring Files and Folders during Deliveries

You can exclude specific files, folders, and file types from deliveries, for example:

To exclude items you define ignore rules in a .dmignore file. Each location (a folder or directory) has a single .dmignore file but you can have multiple ignore files across a hierarchy of folders. You can also apply ignore rules recursively, for example, you can ignore all *.tmp files in the current folder and all child folders.

NOTE