Skip to content

Commit 268e330

Browse files
update: add .DS_Store to .gitignore for macOS system files (#29)
1 parent 264e6b7 commit 268e330

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ publish/
189189
# Publish Web Output
190190
*.[Pp]ublish.xml
191191
*.azurePubxml
192-
# TODO: Comment the next line if you want to checkin your web deploy settings
192+
# TODO: Comment the next line if you want to checkin your web deploy settings
193193
# but database connection strings (with potential passwords) will be unencrypted
194194
*.pubxml
195195
*.publishproj
@@ -227,6 +227,9 @@ ClientBin/
227227
node_modules/
228228
bower_components/
229229

230+
# macOS system files
231+
.DS_Store
232+
230233
# RIA/Silverlight projects
231234
Generated_Code/
232235

0 commit comments

Comments
 (0)