diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4e1909a58..17219f0d9 100644 --- a/.gitignore +++ b/.gitignore @@ -58,9 +58,9 @@ typings/ .env # built library using in commonjs module syntax -lib +lib/ # UMD bundles that export the global variable _bundles # generated documentation -docs
\ No newline at end of file +docs/ |