From be12b1fd30dc8e1a36097ed7cca031b7ccff8918 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Sun, 9 Dec 2018 22:02:14 -0500 Subject: [PATCH] Ignore parent files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86cdb9a..68a6ce4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.DS_Store -dist/ \ No newline at end of file +dist/ +*.Parent \ No newline at end of file