github odeke-em/drive v0.1.3

latest releases: v0.4.0, v0.3.9.1, v0.3.9...
9 years ago

This release features:

  • The introduction of a .driveignore file. Thanks be to @StormJ for the request with issue #82.
    This is similar to your .gitignore file. Place this file at the root of your drive, and then provide patterns to ignore and drive skips adding them unless explicitly --force is passed. Pattern matching is by using regular expressions (regexp). A sample .driveignore:
# My drive ignore file
\.gd$
\.so$
\.swp$
id_rsa$
  • A couple of bug fixes related to nil values sneaking in.

Don't miss a new drive release

NewReleases is sending notifications on new releases.