diff options
author | Anton Dubik <anton.dubik33@gmail.com> | 2020-01-26 15:35:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 15:35:09 +0300 |
commit | d96aa158a7cf9a8dda9361be833243e707aef4d0 (patch) | |
tree | 3bf122b43848e11511d34092424f5ef8ea070654 | |
parent | 51326e543f5f7d468d30e46288e91ef98d77a9d8 (diff) | |
download | react-benzin-d96aa158a7cf9a8dda9361be833243e707aef4d0.tar.gz |
feat: create initial .gitignore
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3324041 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Dependencies +/node_modules + +# WebStorm +.idea/ + +# Production +/dist |