Skip to content

Commit dae11e5

Browse files
committed
Explicitly ignore OSX temp files
1 parent 64dc89d commit dae11e5

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

.gitignore

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,33 @@ _site/
3636
.calva/mcp-server/port
3737
.portal/vs-code.edn
3838
**/password.edn
39-
/src/finance/portfolio_analysis/*.edn
39+
/src/finance/portfolio_analysis/*.edn# Created by https://www.toptal.com/developers/gitignore/api/osx
40+
41+
# Edit at https://www.toptal.com/developers/gitignore?templates=osx
42+
43+
### OSX ###
44+
# General
45+
.DS_Store
46+
.AppleDouble
47+
.LSOverride
48+
49+
# Thumbnails
50+
#._*
51+
52+
# Files that might appear in the root of a volume
53+
.DocumentRevisions-V100
54+
.fseventsd
55+
.Spotlight-V100
56+
.TemporaryItems
57+
.Trashes
58+
.VolumeIcon.icns
59+
.com.apple.timemachine.donotpresent
60+
61+
# Directories potentially created on remote AFP share
62+
.AppleDB
63+
.AppleDesktop
64+
Network Trash Folder
65+
Temporary Items
66+
.apdisk
67+
68+
# End of https://www.toptal.com/developers/gitignore/api/osx

src/scittle/games/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)