diff --git a/.gitignore b/.gitignore index 8fe0018..af95236 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ +# Node Files node_modules/ -data/config.json \ No newline at end of file + +# Config files +data/config.json + +# Mac Files +.DS_Store \ No newline at end of file