diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e75a1a --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# code editor +.idea + +# config files +config.hjson +.env + +node_modules/ + +.DS_Store \ No newline at end of file