Compare commits
2 commits
36c7c3a16b
...
a7ea377432
| Author | SHA1 | Date | |
|---|---|---|---|
| a7ea377432 | |||
| b4f88f940d |
3 changed files with 40 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue