diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ Next we'll run populate with a source specification: "mystuff": { "type": "file", "file": { + "exclude": [ ".git" "TODO*" ], "path": "/path/to/mystuff-1.0" } }, |