This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/state
Andrea Luzzardi b627b4bc88 add support for excludes in input dir
This adds support for `--include` and `--exclude` for directory inputs.

For instance, this is what you would want to use when passing dagger
repository as an input:

```
inputs:
    repository:
        dir:
            path: .
            exclude:
                - '**/node_modules'
                - cmd/dagger/dagger
                - cmd/dagger/dagger-debug
```

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-28 16:22:32 -07:00
..
input.go add support for excludes in input dir 2021-05-28 16:22:32 -07:00
state.go add support for excludes in input dir 2021-05-28 16:22:32 -07:00
workspace_test.go cleanup: move packages to top level, change vanity URL 2021-05-25 16:54:00 -07:00
workspace.go cmd/init: print workspace path 2021-05-26 16:26:13 +02:00