Commit graph

2 commits

Author SHA1 Message Date
jamaljsr
130bd402ab chore: fix generated code being included in language stats 2020-12-11 18:00:16 -05:00
Oliver Gugger
47a435944d
types: add generated code from proto compilation to git
To remove the need for installing protoc for building the source from
scratch, we check in the generated JavaScript and TypeScript code that
is compiled from the *.proto files.
We will make sure the protos and generated files are in sync with the
help of a GitHub Action.
By adding a .gitattributes file we also make sure the committed
generated JS code does not count towards GitHub's language statistics of
the repo.
2020-12-10 10:56:10 +01:00