Skip to content

Instantly share code, notes, and snippets.

@monry
Created November 22, 2022 06:17
Show Gist options
  • Save monry/3f0286c51243069be915393f1a0b180f to your computer and use it in GitHub Desktop.
Save monry/3f0286c51243069be915393f1a0b180f to your computer and use it in GitHub Desktop.
Global .gitignore, put this file to `.config/git/ignore`.
# General
*.DS_Store
.AppleDouble
.LSOverride
.envrc
# 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
# vim swap files
.*.sw*
# IDE
.idea/
.vscode/
*.csproj.DotSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment