Created
April 11, 2023 06:46
-
-
Save hsteinshiromoto/7a9c54a43cc3504a5d84538f6707f696 to your computer and use it in GitHub Desktop.
.stignore
This file contains hidden or 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 | |
// 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