diff options
author | Tim Lucas <t@toolmantim.com> | 2018-06-12 22:25:47 +1000 |
---|---|---|
committer | Tim Lucas <t@toolmantim.com> | 2018-06-12 22:25:47 +1000 |
commit | f8f84070b8bac464c6536258506fb85b3ba9129d (patch) | |
tree | bdc13233807a7c589ffab6611d7baa27cca64b99 /.gitignore | |
parent | ba32f188bf5dffef32d046eedbb4600cfcd08078 (diff) | |
download | docker-puppeteer-f8f84070b8bac464c6536258506fb85b3ba9129d.tar.gz docker-puppeteer-f8f84070b8bac464c6536258506fb85b3ba9129d.tar.zst docker-puppeteer-f8f84070b8bac464c6536258506fb85b3ba9129d.zip |
Switch to a package.json that can be updated
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30bc162 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
/node_modules \ No newline at end of file | |||