Skip to content

Instantly share code, notes, and snippets.

View hghazal's full-sized avatar

Hecham Ghazal hghazal

  • Toronto, Canada
View GitHub Profile
@hghazal
hghazal / DropboxIgnore.md
Created March 6, 2017 18:54 — 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
@hghazal
hghazal / DropboxIgnore.md
Created March 6, 2017 18:54 — 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