summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBjörn Harrtell <bjornharrtell@users.noreply.github.com>2020-09-17 21:21:14 +0200
committerGitHub <noreply@github.com>2020-09-17 12:21:14 -0700
commit94873e595c6f231202929501570088849f3b8803 (patch)
treea360d12bc06c2a36c29947803d2787aa8fb69820 /.gitignore
parentb8e87fafe4f46233c16908f75a30256925bf72d8 (diff)
downloadflatbuffers-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--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ab99dfa5..03fd44c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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