Add comments to .gitignore

This commit is contained in:
Leonid Logvinov 2017-05-24 11:37:31 +02:00
parent d35932806a
commit 7564413668
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

6
.gitignore vendored
View File

@ -57,5 +57,9 @@ typings/
# dotenv environment variables file
.env
# built library using in commonjs module syntax
lib
lib-esm
# built library using es6 module syntax to enable webpack and rollup tree shaking
lib-esm
# UMD bundles that export the global variable
_bundles