Browse Source

Add gitignore

Lukas Goldschmidt 1 tháng trước cách đây
mục cha
commit
c458eea5e7
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

@@ -0,0 +1,7 @@
+node_modules/
+.DS_Store
+.env
+.env.*
+*.log
+coverage/
+dist/