Skip to content

Commit 715768e

Browse files
fronyMylesBorins
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 <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
1 parent fc2f104 commit 715768e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
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)