diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-04-29 14:54:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-04-29 14:54:54 +0200 |
commit | 5af88b8315eb48f6cea48aa96b1a066a93a187fe (patch) | |
tree | 8b5c7b5653ad9d2ea5b3a833b83087440b2eec10 /.gitignore | |
parent | 0f42465cab69a4803d45caf53533d607653d633a (diff) |
working page download using puppeteer
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,3 +36,8 @@ jspm_packages # Optional REPL history .node_repl_history + +# typescript +**/*.js + +downloads.html |