trying to stop invalidating the docker build cache when I work on woodpecker.yml

This commit is contained in:
Christoph Haas 2026-02-08 13:23:07 +01:00
parent 2a86868259
commit d2737f2d98

View file

@ -23,6 +23,8 @@
!/log/.keep !/log/.keep
!/tmp/.keep !/tmp/.keep
.woodpecker.yml
# Ignore pidfiles, but keep the directory. # Ignore pidfiles, but keep the directory.
/tmp/pids/* /tmp/pids/*
!/tmp/pids/.keep !/tmp/pids/.keep