feat: scaffold job execution API
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
|
||||
# Ignore everything by default and re-include only needed files
|
||||
**
|
||||
|
||||
# Re-include Go source files (but not *_test.go)
|
||||
# If you use Podman, re-include your source directories by name,
|
||||
# such as !cmd, !api, and !internal.
|
||||
# See https://github.com/containers/buildah/issues/6417
|
||||
!**/*.go
|
||||
**/*_test.go
|
||||
|
||||
# Re-include Go module files
|
||||
!go.mod
|
||||
!go.sum
|
||||
Reference in New Issue
Block a user