Skip to content

Commit 5c59024

Browse files
authored
Updated gitignore to ignore operating system files
1 parent cf4f8ba commit 5c59024

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ for i in string:
1515
else:
1616
odd+=i
1717
print(lower+upper+odd+even)
18+
19+
# operating system-related files
20+
21+
# file properties cache/storage on macOS
22+
*.DS_Store
23+
24+
# thumbnail cache on Windows
25+
Thumbs.db

0 commit comments

Comments
 (0)