Best Practices while packaging DMT is to ignore the files (types) and folders which are not useful for the analysis. We can use these following information when we have performance issues in DMT or we run into errors like
|
|
|
To ignore the following files you can use the below regular expression while packaging the code. You can also add other file types to the list which you would like to ignore from packaging. ^.*(.pkg|Thumbs.db|.tar|.log|.bkup|.pdf|.test)$ For ignoring files and folders in DMT, please see the following documentation: DMT - Package Configuration tab - Where is your source code? For the AIP Console, please see the following documentation on this topic: |
|