From 4784871ac5ad4b5a6d7a416f7c1d58285321336f Mon Sep 17 00:00:00 2001 From: mr-karan Date: Thu, 27 Dec 2018 12:32:40 +0530 Subject: [PATCH] fix: Add DS_Store to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c17739..0ef6c55 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ jsconfig.json ### Misc ### config.toml -.goreleaser.yml \ No newline at end of file +.goreleaser.yml +.DS_Store \ No newline at end of file