Delete unnecessary git configs
This commit is contained in:
parent
137fb59187
commit
7d0a47bf6d
5 changed files with 0 additions and 138 deletions
3
.config/git/.github/README.md
vendored
3
.config/git/.github/README.md
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
<div align="center">
|
|
||||||
<a href=""><img src="./title.png"></a>
|
|
||||||
</div>
|
|
||||||
BIN
.config/git/.github/title.png
vendored
BIN
.config/git/.github/title.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
|
|
@ -1,62 +1,14 @@
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/git/themes/catppuccin.gitconfig
|
path = ~/.config/git/themes/catppuccin.gitconfig
|
||||||
|
|
||||||
[includeIf "gitdir:~/dev/work/"]
|
|
||||||
path = ~/.config/git/config-work
|
|
||||||
|
|
||||||
[includeIf "gitdir:~/dev/class/"]
|
|
||||||
path = ~/.config/git/config-class
|
|
||||||
|
|
||||||
[safe]
|
|
||||||
directory = ~/dev
|
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
|
||||||
[init]
|
|
||||||
defaultBranch = main
|
|
||||||
|
|
||||||
[protocol "file"]
|
|
||||||
allow = always
|
|
||||||
|
|
||||||
[credential]
|
|
||||||
helper = libsecret
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
pager = delta
|
|
||||||
excludesfile = ~/.config/git/ignore
|
|
||||||
|
|
||||||
[interactive]
|
|
||||||
diffFilter = delta
|
|
||||||
|
|
||||||
[delta]
|
|
||||||
features = catppuccin-macchiato
|
|
||||||
decoration = true
|
|
||||||
side-by-side = false
|
|
||||||
true-color = always
|
|
||||||
hyperlinks = true
|
|
||||||
line-numbers = true
|
|
||||||
|
|
||||||
[merge]
|
|
||||||
tool = vimdiff
|
|
||||||
conflictstyle = diff3
|
|
||||||
|
|
||||||
[diff]
|
|
||||||
colorMoved = default
|
|
||||||
|
|
||||||
[pull]
|
|
||||||
rebase = false
|
|
||||||
|
|
||||||
[commit]
|
|
||||||
template = ~/.config/git/gitmessage
|
|
||||||
# gpgsign = true
|
|
||||||
|
|
||||||
[gpg]
|
|
||||||
program = /sbin/gpg
|
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
aliases = config --get-regexp alias
|
aliases = config --get-regexp alias
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
|
|
||||||
# Section 1: type(scope):subject line (try to keep under 50 characters)
|
|
||||||
# Types of Commits: feat, fix, docs, style, refactor, perf, test, chore, ci, build
|
|
||||||
|
|
||||||
# Section 2: Body (Try to keep under 72 characters)
|
|
||||||
|
|
||||||
# Section 3: Footer (Jira ID Issue)
|
|
||||||
|
|
@ -1,80 +0,0 @@
|
||||||
# OS files
|
|
||||||
.DS_Store
|
|
||||||
.AppleDouble
|
|
||||||
.LSOverride
|
|
||||||
Thumbs.db
|
|
||||||
ehthumbs.db
|
|
||||||
Desktop.ini
|
|
||||||
|
|
||||||
# Editor Files
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
*.swn
|
|
||||||
*.swm
|
|
||||||
*.swl
|
|
||||||
*.swk
|
|
||||||
*.bak
|
|
||||||
*.backup
|
|
||||||
*.orig
|
|
||||||
*.ref
|
|
||||||
*~
|
|
||||||
.vscode
|
|
||||||
.idea
|
|
||||||
.iml
|
|
||||||
*.sublime-workspace
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
|
||||||
*.sqlite
|
|
||||||
log.txt
|
|
||||||
|
|
||||||
# Generated files
|
|
||||||
build/
|
|
||||||
target/
|
|
||||||
dist/
|
|
||||||
|
|
||||||
# Sensitive files
|
|
||||||
*.env
|
|
||||||
*.key
|
|
||||||
*.pem
|
|
||||||
*.credentials
|
|
||||||
*.password
|
|
||||||
*.secret
|
|
||||||
|
|
||||||
# Scratch files
|
|
||||||
.scratch/
|
|
||||||
|
|
||||||
# PhpStorm HTTP Requests
|
|
||||||
.http/
|
|
||||||
|
|
||||||
# Temp files
|
|
||||||
tmp/
|
|
||||||
|
|
||||||
# Web files
|
|
||||||
node_modules/
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
package-lock.json
|
|
||||||
vendor/
|
|
||||||
|
|
||||||
# Compressed files
|
|
||||||
*.7z
|
|
||||||
*.dmg
|
|
||||||
*.gz
|
|
||||||
*.iso
|
|
||||||
*.jar
|
|
||||||
*.rar
|
|
||||||
*.tar
|
|
||||||
*.zip
|
|
||||||
*.msi
|
|
||||||
|
|
||||||
# Compiled Python files
|
|
||||||
__pycache__/
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# Python
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# Rust
|
|
||||||
**/*.rs.bk
|
|
||||||
**/*.rl.bk
|
|
||||||
Loading…
Add table
Reference in a new issue