BitTorrent Sync ignore file for WIndows<->Mac Xamarin Development
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
# .SyncIgnore 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 | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
desktop.ini | |
Thumbs.db | |
# IDE generated files | |
.git | |
bin | |
obj | |
*.suo | |
*.user* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment