diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-11 22:33:17 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-11 22:33:17 +0900 |
commit | fe8cfcbe47433f859466b8887609bc0edaa8ca9e (patch) | |
tree | ecfdeaabc92d3d55ada36823d93186397564c180 /.gitignore | |
parent | d67c1b5a6d577ef31bddffcf59cf3d14fa6111fe (diff) |
install babel and webpack
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..2ccbe46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/node_modules/ |