Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 412 Bytes

ignore_files.md

File metadata and controls

14 lines (12 loc) · 412 Bytes

Ignore Files or Directories

It's possible to make cozy-desktop ignore some files and folders by using a .cozyignore file. It works pretty much like a .gitignore, ie you put patterns in this file to ignore. The rules for patterns are the same, so you can look at git documentation to see for their format. For example:

*.mp4
heavy-*
/tmp