Skip to content

Instantly share code, notes, and snippets.

View Jeabs1987's full-sized avatar

Dennis Porter Jeabs1987

View GitHub Profile
@Jeabs1987
Jeabs1987 / DropboxIgnore.md
Created December 24, 2015 09:56 — forked from idleberg/DropboxIgnore.md
Ignore node_modules/bower_components folders in your Dropbox

This script scans your Dropbox (or any given folder) for folders stored in the ignore array and excludes them from syncing. Makes use of the official Dropbox CLI

I'm a beginner at bash, so all improvements are welcome!

#!/bin/bash

set -e

# SETTINGS