aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Dubik <anton.dubik33@gmail.com>2020-01-26 15:35:09 +0300
committerGitHub <noreply@github.com>2020-01-26 15:35:09 +0300
commitd96aa158a7cf9a8dda9361be833243e707aef4d0 (patch)
tree3bf122b43848e11511d34092424f5ef8ea070654
parent51326e543f5f7d468d30e46288e91ef98d77a9d8 (diff)
downloadreact-benzin-d96aa158a7cf9a8dda9361be833243e707aef4d0.tar.gz
feat: create initial .gitignore
-rw-r--r--.gitignore8
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