Skip to content

Commit

Permalink
Add .gitignore and allow stowing it
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmillstheory committed Mar 5, 2024
1 parent 66e8657 commit d40d6ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
email = sapien.reversing.entropy@gmail.com
[core]
editor = nvim
excludesfile = /Users/yangmillstheory/.gitignore
[alias]
co = checkout
br = branch
Expand Down
3 changes: 3 additions & 0 deletions git/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Session.vim
.DS_Store
*.swp
Empty file added git/.stow-local-ignore
Empty file.

0 comments on commit d40d6ec

Please sign in to comment.