mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
+29
@@ -0,0 +1,29 @@
|
||||
[init]
|
||||
templateDir = /home/avinal/.git-template
|
||||
[rh-pre-commit]
|
||||
checkSecrets = true
|
||||
enableLocalConfig = false
|
||||
[user]
|
||||
signingkey = F09D2CF3B880806C
|
||||
email = avinal.xlvii@gmail.com
|
||||
name = Avinal Kumar
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[gpg]
|
||||
program = gpg
|
||||
[credential]
|
||||
helper = store
|
||||
[core]
|
||||
editor = nvim
|
||||
[rh-pre-commit "commit-msg"]
|
||||
signOff = true
|
||||
[sendemail]
|
||||
smtpServer = smtp.gmail.com
|
||||
smtpEncryption = tls
|
||||
smtpServerPort = 587
|
||||
confirm = always
|
||||
suppresscc = self
|
||||
smtpUser = avinal.xlvii@gmail.com
|
||||
from = "Avinal Kumar <avinal.xlvii@gmail.com>"
|
||||
cc = "Avinal Kumar <avinal.xlvii@gmail.com>"
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
# Comments and blank lines are allowed.
|
||||
|
||||
RCS
|
||||
.+,v
|
||||
|
||||
CVS
|
||||
\.\#.+ # CVS conflict files / emacs lock files
|
||||
\.cvsignore
|
||||
|
||||
\.svn
|
||||
_darcs
|
||||
\.hg
|
||||
|
||||
\.git
|
||||
\.gitignore
|
||||
\.gitmodules
|
||||
|
||||
.+~ # emacs backup files
|
||||
\#.*\# # emacs autosave files
|
||||
|
||||
^/README.*
|
||||
^/LICENSE.*
|
||||
^/COPYING
|
||||
|
||||
# Ignore secrets
|
||||
.wakatime.cfg
|
||||
logid
|
||||
bootstrap
|
||||
Reference in New Issue
Block a user