Skip to content

Commit

Permalink
Merge pull request #122 from dsdjolence/feature/dropbox-driver
Browse files Browse the repository at this point in the history
#121 Support driver models with read paths (e.g. Dropbox or Google Drive)
  • Loading branch information
kantai authored Jun 21, 2018
2 parents 98f3536 + b0927bb commit 00e3023
Show file tree
Hide file tree
Showing 9 changed files with 2,631 additions and 2,456 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ target/
*.swo
*.swn
hub/.nyc_output/


#IDEs
.idea/
2 changes: 1 addition & 1 deletion hub/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"env": {
"browser": false,
"es6": true,
"node": true,
"node": true
},
"rules": {
"comma-dangle": ["error", "never"],
Expand Down
Loading

0 comments on commit 00e3023

Please sign in to comment.