Add global gitignore

This commit is contained in:
Hans Goor 2025-06-22 15:14:59 +02:00
parent 36c7c3a16b
commit b4f88f940d
Signed by: eyedevelop
SSH key fingerprint: SHA256:Td89veptDEwCV8J3fjqnknNk7SbwzedYhauyC2nFBYg
2 changed files with 30 additions and 0 deletions

View file

@ -18,3 +18,5 @@
format = ssh
[alias]
fwl = push --force-with-lease
[core]
excludesFile = ~/.gitignore

28
stowers/git/dot-gitignore Normal file
View file

@ -0,0 +1,28 @@
# General
.DS_Store
.AppleDouble
.LSOverride
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
# Taskfile.dev
.task