ignore .DS_Store

master
michael 2022-10-15 14:10:24 -07:00
parent f5a65867e3
commit 9bd5aeb102
3 changed files with 30 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

29
.gitignore vendored
View File

@ -179,3 +179,32 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
.vscode

BIN
data/.DS_Store vendored

Binary file not shown.