diff options
author | Björn Harrtell <bjornharrtell@users.noreply.github.com> | 2020-09-17 21:21:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 12:21:14 -0700 |
commit | 94873e595c6f231202929501570088849f3b8803 (patch) | |
tree | a360d12bc06c2a36c29947803d2787aa8fb69820 /.gitignore | |
parent | b8e87fafe4f46233c16908f75a30256925bf72d8 (diff) | |
download | flatbuffers-94873e595c6f231202929501570088849f3b8803.tar.gz flatbuffers-94873e595c6f231202929501570088849f3b8803.tar.bz2 flatbuffers-94873e595c6f231202929501570088849f3b8803.zip |
[JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -130,3 +130,8 @@ package-lock.json /*.ilk /*.pdb .clwb +js/*.js +js/*.d.ts +mjs/*.js +mjs/*.d.ts +yarn-error.log
\ No newline at end of file |