Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2020-03-24 18:00:50 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-03-24 23:20:28 +0300
commitb3eb8d574622dbe01acf5e0949b662baafca20af (patch)
tree79d9ad40b713e670411e6f7a9d50808eb1aaacb7 /.gitignore
parent9c554fd8cd1e9aeb8eb122ccfa3c78d12af4097a (diff)
chore: ignore any nested .DS_Store file
PR-URL: https://github.com/npm/cli/pull/1057 Credit: @ruyadorno Close: #1057 Reviewed-by: @ruyadorno
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 763bb30e7..cc49b15f8 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