Skip to content

v0.1.3

Compare
Choose a tag to compare
@odeke-em odeke-em released this 15 Mar 17:10
· 598 commits to master since this release

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.