diff options
| author | dan smith | 2016-10-24 22:07:52 -0400 |
|---|---|---|
| committer | GitHub | 2016-10-24 22:07:52 -0400 |
| commit | 9f5145bd2a165501b2ed830b1db68e9f2a045b9a (patch) | |
| tree | 6b48f4929cad9e1608775ff760fb309bae25702e | |
| parent | 8f299578a2f0222e4b11e1a03692f7aba69c0977 (diff) | |
| download | gdrive-9f5145bd2a165501b2ed830b1db68e9f2a045b9a.tar.bz2 | |
clarify that only the root .gdriveignore is used
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ To learn more see usage and the examples below. #### .gdriveignore Placing a .gdriveignore in the root of your sync directory can be used to skip certain files from being synced. .gdriveignore follows the same -rules as [.gitignore](https://git-scm.com/docs/gitignore). +rules as [.gitignore](https://git-scm.com/docs/gitignore), except that gdrive only reads the .gdriveignore file in the root of the sync directory, not ones in any subdirectories. ## Usage |
