Skip to content

Commit c9fd435

Browse files
fronyjasnell
authored andcommitted
build: add .DS_store to .gitgnore
The following files were not being ignored: deps/npm/node_modules/node-gyp/gyp/tools/.DS_Store deps/npm/node_modules/node-gyp/gyp/tools/Xcode/.DS_Store PR-URL: #23554 Reviewed-By: Hitesh Kanwathirtha <digitalinfinity@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent 9046765 commit c9fd435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,5 @@ deps/uv/docs/src/guide/
133133
deps/v8/gypfiles/Debug/
134134
deps/v8/gypfiles/Release/
135135
deps/v8/third_party/eu-strip/
136+
137+
.DS_Store

0 commit comments

Comments
 (0)