Info

A list of gitignore template when initializing git repositories.

General macOS template

# 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

Rhino3D

# Rhino3D
.3dmbak

Obsidian

# to exclude Obsidian's settings (including plugin and hotkey configurations)
.obsidian/
 
# to only exclude plugin configuration. Might be useful to prevent some plugin from exposing sensitive data
.obsidian/plugins
 
# OR only to exclude workspace cache
.obsidian/workspace.json
 
# to exclude workspace cache specific to mobile devices
.obsidian/workspace-mobile.json