According to some posts online you should use pattern matching to exclude filetypes. "*.ink" should match any file ending in "ink". Exclusions should be separated by a newline.
According to some posts online you should use pattern matching to exclude filetypes. "*.ink" should match any file ending in "ink". Exclusions should be separated by a newline.