root: ignore static build files in static

Change-Id: Idc704e04fc2af393735a07dea5b77f0fc0f50a0a
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/327278
Trust: Jamal Carvalho <jamal@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
This commit is contained in:
Jamal Carvalho 2021-06-11 18:42:13 -04:00
Родитель c338e469fb
Коммит 407039edd4
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -2,4 +2,6 @@ third_party
#### Static Build Files ####
content/static/js/*.js
content/static/js/*.js.map
content/static/js/*.js.map
static/**/*.js
static/**/*.js.map

Просмотреть файл

@ -1,6 +1,7 @@
third_party
content/static/js/*.min.js
#### Static Build Files ####
content/static/js/*.js
content/static/js/*.js.map
content/static/js/*.js.map
static/**/*.js
static/**/*.js.map