diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-01 13:32:23 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-01 13:32:23 +0100 |
commit | 637039fbde6a68f18f89ce8677f6b8ca667ba689 (patch) | |
tree | 25538f2650623b9636958119d0a169c9780f5ae2 /.gitignore | |
parent | 998b422fa24c4f45b0265779cdf4d0833788040a (diff) | |
download | svg.js-637039fbde6a68f18f89ce8677f6b8ca667ba689.tar.gz svg.js-637039fbde6a68f18f89ce8677f6b8ca667ba689.zip |
dont generate esm bundle anymore and link to src/main.js directly. Move bower to its own repo
rename makeNode back to create
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,16 +1,10 @@ .DS_Store .idea .importjs.js -public -site/ -bleed/ -docs/ -obsolete/ test/ -src/index.js node_modules/ .vscode/ coverage/ -fonts/ spec/es5TestBundle.js .env +dist |