ignoretest
Test if the specified item is ignored by ignore rules defined in the .sscmignoreuser file or .sscmignore files.
sscm ignoretest Item [+u]
Option | Description |
---|---|
Item | Full path of a local file or directory, or a file or subdirectory name in the current directory. |
-h | Display online help for the command. |
+u | Display output in Unicode (Windows only). Output cannot be sent to a file. If output is enabled for all commands, enter +u- to disable it for this command. |
Example
sscm ignoretest /home/user/workingdir/node_modules
Displays if the specified node_modules directory is ignored based on local ignore rules.