platformExcludeFiles top-level constant

List<String> const platformExcludeFiles

Implementation

const List<String> platformExcludeFiles = <String>[
  // For MacOS
  '.DS_Store',
  // For Windows
  'thumbs.db',
  'desktop.ini',
];