Skip to content

Instantly share code, notes, and snippets.

@alanljj
Forked from jult/.stglobalignore
Created September 6, 2017 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanljj/b3874d92fa4714be8aa8e050ccb3aabf to your computer and use it in GitHub Desktop.
Save alanljj/b3874d92fa4714be8aa8e050ccb3aabf to your computer and use it in GitHub Desktop.
syncthing ignore file(s) .stglobalignore and .stignore
// .stglobalignore
// Incomplete Downloads and such.
// For now, these prevent Syncthing from transferring data that's
// going to be thrown out anyway once the download is finished and the
// file is renamed. Stuff may alter when Syncthing gets smarter.
//
// Firefox downloads and other things
*.part
// Chrom(ium|e) downloads
*.crdownload
// Temporary / Backup Files
*~
.*.swp
// OS-generated files (OS X)
.DS_Store
.Spotlight-V100
.Trashes
._*
// OS-generated files (Windows)
desktop.ini
ehthumbs.db
Thumbs.db
*S*Conflict*
*s*conflict*
*.sync
*.bts
*.!Sync
.SyncID
.SyncIgnore
.SyncArchive
*.SyncPart
*.SyncTemp
*.SyncOld
searchIndex
asset-cache
checkouts
*CACHE*
*Cache*
*cache*
captcha_tmp
imgcache
nobackup
staging.*
*.git
*.svn
templates_c
tmp_uploads
*.log
dev/
proc/
sys/
tmp/
run/
mnt/
selinux/
.Trash*
.DS_Store
*TemporaryItems
*.swp
*.bak
*.tmp
*.old
*.wal
*.shm
._*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment