Add global gitignore
This commit is contained in:
parent
36c7c3a16b
commit
b4f88f940d
2 changed files with 30 additions and 0 deletions
|
|
@ -18,3 +18,5 @@
|
|||
format = ssh
|
||||
[alias]
|
||||
fwl = push --force-with-lease
|
||||
[core]
|
||||
excludesFile = ~/.gitignore
|
||||
|
|
|
|||
28
stowers/git/dot-gitignore
Normal file
28
stowers/git/dot-gitignore
Normal 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
|
||||
Loading…
Add table
Reference in a new issue