BitTorrent Sync IgnoreList
# IgnoreList is a UTF-8 encoded .txt file that helps you specify single files, paths and rules
# for ignoring during the synchronization job. It supports "?" and "*" wildcard symbols.
#
# OS generated files
#############################
.DS_Store
.Spotlight-V100
.Trashes
ehthumbs.db
desktop.ini
Thumbs.db
# Temporary files #
~*
*~
.~lock.*
*.part
*.crdownload
@eaDir
@SynoResource
.@__thumb
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Icon must end with two \r
Icon
# Packages #
############
# It's better to unpack these files and commit the raw source
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# SUBLIME #
######################
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
# sftp configuration file
sftp-config.json
# NPM #
#############################
node_modules
# Sass #
######################
*.sass-cache*
# Bower #
######################
dist
.tmp
bower_components