From b3eb8d574622dbe01acf5e0949b662baafca20af Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Tue, 24 Mar 2020 11:00:50 -0400 Subject: [PATCH] chore: ignore any nested .DS_Store file PR-URL: https://github.com/npm/cli/pull/1057 Credit: @ruyadorno Close: #1057 Reviewed-by: @ruyadorno --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 763bb30e749f8..cc49b15f8d3f1 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ npm-debug.log .nyc_output /test/npm_cache* /node_modules/.cache -.DS_Store \ No newline at end of file +.DS_Store +**/.DS_Store