GoogleContainerTools / GoogleContainerTools/skaffold
Buildpack auto sync should ignore debug.test
Open
area/sync
kind/friction
priority/p1
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
Skaffold + Golang Buildpack with enabled devmode and autosync. Start a test in debug mode in vscode which compiles debug.test and places it in a watched subfolder
### Expected behavior
nothing, completely ignored. just part of developer workflow
### Actual behavior
debug.test is not a *.go file, full rebuild of entire stack
### Information
Skaffold v1.20.0
Whilst typing this and waiting for the full rebuild I've added
```
dependencies:
ignore:
- '**/debug.test'
```
to skaffold.yaml, hope it helps
Contributor guide
Assessment
This issue has not been assessed yet.