From 53c8b4c82d7fe8c43f1ccd179f88a9f27e567034 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Thu, 3 Jan 2019 22:37:47 -0500 Subject: [PATCH] Ignore macOS-speicific files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d51f681..f0cfdf9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ node_modules examples -dist \ No newline at end of file +dist +*.AppleDouble +*.Parent +*.DS_Store \ No newline at end of file