Ignore dynamic named folders
My test tool keeps snapshots of all the screens encountered in the folder snapshots
and I don't want to be version controlled. However, the folder action
is dynamic and creates a new folder each time the test is performed, for example action1
, action2
, action3
etc. So I have this now, but it doesn't work:
Test/Action*/Snapshots/
How can I set gitignore
it to ignore this?
+3
source to share
No one has answered this question yet
Check out similar questions: