-
-
Save beastycoding/c64d4221290eec5364c756d8d723df30 to your computer and use it in GitHub Desktop.
syncthing ignore file(s) .stglobalignore and .stignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// .stglobalignore | |
// These prevent SyncThing from trying to sync data that's locked, constantly changing, going to be thrown out, unimportant, etc. | |
// Lots of conflicts/issues disappeared using these ignores, but do check to prevent major disappointment! | |
// *.log and *cache* are in there, just so you know.. but firefox' startupCache and offlineCache will be synced. | |
// Ignores are case sensitive. | |
// Put both .stignore and this .stglobalignore in the root of your sync folder(s) (where .stfolder resides) | |
$RECYCLE.BIN | |
$WINDOWS.~BT | |
(?d).DS_Store | |
(?d)ehthumbs.db | |
(?d)ehthumbs_vista.db | |
(?d)Thumbs.db | |
(?d)Thumbs.db:encryptable | |
(?i)desktop.ini | |
*.!Sync | |
*.bak | |
*.bts | |
*.Cache | |
*.crdownload | |
*.git | |
*.icloud | |
*.lnk | |
*.lock | |
*.log | |
*.old | |
*.part | |
*.shm | |
*.sqlite* | |
*.stackdump | |
*.svn | |
*.swp | |
*.sync | |
*.SyncOld | |
*.SyncPart | |
*.SyncTemp | |
*.tmp | |
*.wal | |
*CACHE* | |
*cache* | |
*inaccessible* | |
*S*Conflict* | |
*s*conflict* | |
*Temporary* | |
*~ | |
.#* | |
.*.swp | |
.apdisk | |
.AppleDB | |
.AppleDesktop | |
.AppleDouble | |
.com.apple.timemachine.donotpresent | |
.DocumentRevisions-V100 | |
.escheck.tmp | |
.fseventsd | |
.gvfs | |
.local/share/trash | |
.LSOverride | |
.Prullenbak | |
.Shared | |
.Spotlight-V100 | |
.svn | |
.sync | |
.SyncArchive | |
.SyncID | |
.SyncIgnore | |
.TemporaryItems | |
.thumbnails | |
.Trash* | |
.trash* | |
.Trashes | |
.VolumeIcon.icns | |
._* | |
.~lock. | |
@eaDir | |
asset-cache | |
a_writable | |
captcha_tmp | |
checkouts | |
data/searchIndex | |
dev/ | |
files_trashbin/ | |
forms.json | |
lost+found | |
LOST.DIR | |
Network Trash Folder | |
nobackup | |
pagefile.sys | |
proc/ | |
run/ | |
searchIndex | |
selinux/ | |
staging.* | |
sys/ | |
System*Volume* | |
TEMP | |
Temp | |
templates_c | |
thumbnails | |
tmp/ | |
tmp_uploads | |
trash | |
Trash* | |
var/lib/lxcfs/ | |
~$* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment