Browse Source

Add gitignore

Lukas Goldschmidt 1 month ago
parent
commit
c458eea5e7
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

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