Drop and ignore generated assets

We are embedding the assets as part of our build pipeline, and even
without that the embedded assets are generated by our `make generate`
task anyway, so let's remove thise huge amount of files from the
repository and generate it on build time.
This commit is contained in:
Thomas Boerger
2019-09-13 14:41:16 +02:00
parent 7eda1b62b0
commit def3c32bca
2 changed files with 2 additions and 1248 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@ coverage.out
/dist
/phoenix
/pkg/assets/embed.go

View File

File diff suppressed because one or more lines are too long