Skip to content

Instantly share code, notes, and snippets.

@hsteinshiromoto
Created April 11, 2023 06:46
Show Gist options
  • Save hsteinshiromoto/7a9c54a43cc3504a5d84538f6707f696 to your computer and use it in GitHub Desktop.
Save hsteinshiromoto/7a9c54a43cc3504a5d84538f6707f696 to your computer and use it in GitHub Desktop.
.stignore
// .stglobalignore
// Incomplete Downloads
// At least 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. Things may change when Syncthing gets smarter.
//
// Git //
.git
// 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
// BTSync files
.sync
*.bts
*.!Sync
.SyncID
.SyncIgnore
.SyncArchive
*.SyncPart
*.SyncTemp
*.SyncOld
// Synology files
@eaDir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment