https://github.com/ritchie46/dbignore
Automatically ignore directories in your Dropbox folder
https://github.com/ritchie46/dbignore
dropbox ignorelist
Last synced: about 2 months ago
JSON representation
Automatically ignore directories in your Dropbox folder
- Host: GitHub
- URL: https://github.com/ritchie46/dbignore
- Owner: ritchie46
- License: mit
- Created: 2017-03-16T22:12:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T13:28:03.000Z (about 8 years ago)
- Last Synced: 2025-03-24T14:06:13.898Z (2 months ago)
- Topics: dropbox, ignorelist
- Language: Go
- Homepage:
- Size: 1.36 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Dropbox Ignore
Automatically ignore directory names in Dropbox based on their name. The application will run as lightweight service
and will exclude files with selective sync on creation.Installing node_modules won't cause a cpu stress test anymore!
* [Dropbox cli is required](https://www.dropbox.com/install-linux)
* The .dbignore does not support globbing or mask patterns. It is just a list with directory names. [example](./example/.dbignore)## Installation
Build from source or download a binary from the [build directory](./build)## Usage
Put the .dbignore file in the root of the directory that you want watched. All directories will be watched recursively.You can run the application by one of the following:
1. Saving the binary in the same location as the .dbignore file
2. Save the binary anywhere you like and call it with the path to .dbignore file as second argument.