diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d0234ea --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# MacOS Metadata +.DS_Store + +# Node and Package folders +node_modules +.npm + +# Logfiles +*.log + +# personal environment configuration +.env.* +.env \ No newline at end of file