mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
gitconfig : remove unused
This commit is contained in:
@ -6,3 +6,11 @@
|
|||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
[protocol "file"]
|
||||||
|
allow = always
|
||||||
|
[commit]
|
||||||
|
gpgsign = false
|
||||||
|
[tag]
|
||||||
|
gpgsign = false
|
||||||
|
[gpg]
|
||||||
|
format = openpgp
|
||||||
|
|||||||
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,17 +1,8 @@
|
|||||||
.ssh/*
|
.ssh/*
|
||||||
!.ssh/config
|
!.ssh/config
|
||||||
/.emacs.rational.d/backups/
|
|
||||||
/.emacs.rational.d/var/
|
|
||||||
/.emacs.rational.d/undo/
|
|
||||||
/.config/htop/
|
/.config/htop/
|
||||||
/.config/qutebrowser/
|
/.config/qutebrowser/
|
||||||
/.config/tmux/
|
/.config/tmux/
|
||||||
/.emacs.vanilla/var/
|
|
||||||
/.emacs.vanilla/straight/
|
|
||||||
/.emacs.vanilla/elpa/
|
|
||||||
/.emacs.vanilla/.org-generic-id-locations
|
|
||||||
/.emacs.df/var/
|
|
||||||
/.emacs.vanilla/emacs.el
|
|
||||||
/.config/blender/
|
/.config/blender/
|
||||||
/.config/configstore/
|
/.config/configstore/
|
||||||
/.config/dconf/
|
/.config/dconf/
|
||||||
@ -23,7 +14,5 @@
|
|||||||
/.config/pulse/
|
/.config/pulse/
|
||||||
/.config/tmuxinator/
|
/.config/tmuxinator/
|
||||||
/.config/vimb/
|
/.config/vimb/
|
||||||
/.emacs.df/.org-id-locations
|
|
||||||
/.emacs.df/bookmarks
|
|
||||||
/.config/Code - OSS/
|
/.config/Code - OSS/
|
||||||
/.config/Electron/
|
/.config/Electron/
|
||||||
|
|||||||
Reference in New Issue
Block a user