blob: aac089c397bf475f48956ccea684739151d9fdb1 [file] [log] [blame]
# The adminapp program needs a fairly short list of things
# from the golang.org/x/website repository that probably doesn't
# change often. Filter everything else out implicitly as long as
# this approach needs less maintenance.
**
!go.mod
!go.sum
!cmd/
!cmd/adminapp/**
!internal/
!internal/short/**
!internal/memcache/**
!internal/backport/**
.gcloudignore