Skip to content

Instantly share code, notes, and snippets.

@sapslaj
Last active October 3, 2018 07:25
Show Gist options
  • Save sapslaj/c8a7b4d4bdf6acb3c0ed to your computer and use it in GitHub Desktop.
Save sapslaj/c8a7b4d4bdf6acb3c0ed to your computer and use it in GitHub Desktop.
Syncthing .stignore
// Windows image file caches
Thumbs.db
ehthumbs.db
// Folder config file
Desktop.ini
// Recycle Bin used on file shares
$RECYCLE.BIN/
// OSX
.DS_Store
.AppleDouble
.LSOverride
// Icon must end with two \r
Icon
// Thumbnails
._*
// Files that might appear on external disk
.Spotlight-V100
.Trashes
// Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
// Linux
*~
// KDE directory preferences
.directory
// Linux trash folder which might appear on any partition or disk
.Trash-*
// Peazip temp directory
.pmtp*
// Ignore directory exclude for large items
/exclude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment