aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 00cbbdf53..ed650c3f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,9 @@ typings/
# dotenv environment variables file
.env
+# built library using in commonjs module syntax
+lib
+# built library using es6 module syntax to enable webpack and rollup tree shaking
+lib-esm
+# UMD bundles that export the global variable
+_bundles