commit 4f4a40272043da6f2f97f741a07ac87256efe7ec parent e4eccde5d7265588250390ae417b4897b3e797ca Author: Adam M <aemalone@gmail.com> Date: Sat, 4 Aug 2018 14:00:58 -0500 remove DS_Store file Diffstat:
D | .DS_Store | | | 0 | |
M | .gitignore | | | 2 | ++ |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.DS_Store b/.DS_Store Binary files differ. diff --git a/.gitignore b/.gitignore @@ -1 +1,2 @@ /build +./.DS_Store +\ No newline at end of file