Compare commits

...

2 commits

Author SHA1 Message Date
a7ea377432
Add host meissa 2025-06-22 15:16:11 +02:00
b4f88f940d
Add global gitignore 2025-06-22 15:16:11 +02:00
3 changed files with 40 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

View file

@ -61,3 +61,13 @@ Host europa-emergency
HostName 62.171.185.39
User eyedevelop
Port 15622
Host meissa
HostName meissa.eyedevelop.org
User eyedevelop
Port 15622
Host meissa-emergency
HostName 207.180.209.168
User eyedevelop
Port 15622