diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-04-03 02:15:28 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-04-03 16:14:17 +0900 |
commit | c061aef8d9044a3dda694a36e6d881d2eab6ee83 (patch) | |
tree | 5eb1aef9a373bcc34ca01f89ca896a7707a8aa0d /.gcloudignore | |
parent | 95e9f1e2d83a630cb7fe280a6c971b97bb31f1b0 (diff) |
Remove .git handling from .gcloudignore
We aren't including git commit info in doc pages anymore so we don't
need special handling for .git for Cloud Build anymore.
Diffstat (limited to '.gcloudignore')
-rw-r--r-- | .gcloudignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gcloudignore b/.gcloudignore index d11f3a72e..a1ac4bdf6 100644 --- a/.gcloudignore +++ b/.gcloudignore @@ -1,5 +1,3 @@ -# Explicitly add .git so that hugo has git commit info -!.git public/ resources/ node_modules/ |