Skip to content

Commit 7a86c2d

Browse files
committed
add global gitignore with .DS_Store in it
1 parent 779db09 commit 7a86c2d

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

gitconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ defaultRemote = origin
77

88
[core]
99
pager = delta --dark
10+
excludesFile = ~/.gitignore
1011

1112
[interactive]
1213
diffFilter = delta --color-only

gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env bash
22

3-
for f in gitconfig githelpers jjconfig.toml tmux.conf vimrc zprofile zshrc zshenv; do
3+
for f in gitconfig githelpers gitignore jjconfig.toml tmux.conf vimrc zprofile zshrc zshenv; do
44
ln -sf "$PWD/$f" ~/.$f
55
done
66

0 commit comments

Comments
 (0)