teeproxy/.gcloudignore: remove

Change-Id: Ie3b182295440a65e142ad1938b6a31c35370ad8c
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/343949
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
diff --git a/cmd/teeproxy/.gcloudignore b/cmd/teeproxy/.gcloudignore
deleted file mode 100644
index cc5c3b8..0000000
--- a/cmd/teeproxy/.gcloudignore
+++ /dev/null
@@ -1,29 +0,0 @@
-# This file specifies files that are *not* uploaded to Google Cloud Platform
-# using gcloud. It follows the same syntax as .gitignore, with the addition of
-# "#!include" directives (which insert the entries of the given .gitignore-style
-# file at that point).
-#
-# For more information, run:
-#   $ gcloud topic gcloudignore
-#
-.gcloudignore
-# If you would like to upload your .git directory, .gitignore file or files
-# from your .gitignore file, remove the corresponding line
-# below:
-.git
-.gitignore
-
-# Binaries for programs and plugins
-*.exe
-*.exe~
-*.dll
-*.so
-*.dylib
-# Test binary, build with `go test -c`
-*.test
-# Output of the go coverage tool, specifically when used with LiteIDE
-*.out
-
-# npm
-node_modules
-e2e
\ No newline at end of file