From 7564413668ceeb6fa8576a597892e7988740c572 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 24 May 2017 11:37:31 +0200 Subject: Add comments to .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6eac26d9e..ed650c3f6 100644 --- a/.gitignore +++ b/.gitignore @@ -57,5 +57,9 @@ typings/ # dotenv environment variables file .env +# built library using in commonjs module syntax lib -lib-esm \ No newline at end of file +# built library using es6 module syntax to enable webpack and rollup tree shaking +lib-esm +# UMD bundles that export the global variable +_bundles -- cgit v1.2.3