From dc5414002b35e2ac3548d72342b7794df9a6aa3d Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 8 Dec 2019 14:34:23 -0600 Subject: [PATCH] Ignoring mac specific files --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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