Skip to content

Commit 3c62acb

Browse files
Merge pull request #58 from mplemay/remove-ds-store
chore: remove the DS_Store files
2 parents 1fa5650 + c732a59 commit 3c62acb

File tree

9 files changed

+34
-0
lines changed

9 files changed

+34
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## python ##
12
# Byte-compiled / optimized / DLL files
23
__pycache__/
34
*.py[cod]
@@ -170,3 +171,36 @@ pyrightconfig.json
170171

171172
*.c
172173
setup.py
174+
175+
### macOS ###
176+
# General
177+
.DS_Store
178+
.AppleDouble
179+
.LSOverride
180+
181+
# Icon must end with two \r
182+
Icon
183+
184+
185+
# Thumbnails
186+
._*
187+
188+
# Files that might appear in the root of a volume
189+
.DocumentRevisions-V100
190+
.fseventsd
191+
.Spotlight-V100
192+
.TemporaryItems
193+
.Trashes
194+
.VolumeIcon.icns
195+
.com.apple.timemachine.donotpresent
196+
197+
# Directories potentially created on remote AFP share
198+
.AppleDB
199+
.AppleDesktop
200+
Network Trash Folder
201+
Temporary Items
202+
.apdisk
203+
204+
### macOS Patch ###
205+
# iCloud generated files
206+
*.icloud

docs/.DS_Store

-6 KB
Binary file not shown.

docs/api/.DS_Store

-6 KB
Binary file not shown.

docs/api/mountaineer/.DS_Store

-6 KB
Binary file not shown.

docs/guides/.DS_Store

-8 KB
Binary file not shown.

docs/guides/inserts/.DS_Store

-6 KB
Binary file not shown.

docs/sql/.DS_Store

-6 KB
Binary file not shown.

iceaxe/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)