ソースを参照

Add gitignore

Lukas Goldschmidt 1 ヶ月 前
コミット
c458eea5e7
1 ファイル変更7 行追加0 行削除
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

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