Add comments to .gitignore
This commit is contained in:
parent
d35932806a
commit
7564413668
6
.gitignore
vendored
6
.gitignore
vendored
@ -57,5 +57,9 @@ typings/
|
|||||||
# dotenv environment variables file
|
# dotenv environment variables file
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# built library using in commonjs module syntax
|
||||||
lib
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user