Add Dropbox.gitignore#1559
Conversation
|
Thanks, but could you help us understand why dropbox and git would ever be interacting? I don't think that syncing git repos over dropbox is a particularly good idea since it could corrupt the repo. |
… `data/custom/` directory. You should be able to go to https://www.gitignore.io and search for your respective template and locate your file. Once these changes are merged into GitHub's official repository, I will remove them from my custom data and use GitHub's submodule reference. github/gitignore#1777 github/gitignore#1776 github/gitignore#1770 github/gitignore#1767 github/gitignore#1755 github/gitignore#1750 github/gitignore#1749 github/gitignore#1745 github/gitignore#1731 github/gitignore#1729 github/gitignore#1717 github/gitignore#1702 github/gitignore#1682 github/gitignore#1649 github/gitignore#1644 github/gitignore#1643 github/gitignore#1624 github/gitignore#1623 github/gitignore#1614 github/gitignore#1606 github/gitignore#1602 github/gitignore#1597 github/gitignore#1596 github/gitignore#1589 github/gitignore#1575 github/gitignore#1560 github/gitignore#1559 github/gitignore#1549 github/gitignore#1548 github/gitignore#1504 github/gitignore#1495
|
I think the reasoning behind it is that he wants to sync larger files or specific files he wants to backup that might not be necessary for whatever application he is using it for. An example being a large movie file or 3D models or something. If he adds those to his .gitignore, that would theoretically work, but it may add his cache files to the repo without him even seeing them. To prevent that, he wants to add the Dropbox cache to a .gitignore, and by doing so it will make sure no files from his Dropbox are put into his Git repository, but if he wants to use services interchangeably, they should play nice. I hope I explained that well enough. 😄 I think this sounds alright, especially if other people are using Dropbox and Git together. |
|
@arcresu |
|
These rules are specific enough to Dropbox to be considered safe to opt-in for. I have reservations about about mixing the two together, but good luck! |
Add Dropbox.gitignore
Folders that are synced with Dropbox can contain user-specific files and caches. Dropbox.gitignore adds some Dropbox gitignore files based on the following Dropbox Support articles:
https://www.dropbox.com/help/328
https://www.dropbox.com/help/145