Delete unnecessary git configs

This commit is contained in:
Petar Kapriš 2025-12-15 16:15:56 +01:00
parent 137fb59187
commit 7d0a47bf6d
5 changed files with 0 additions and 138 deletions

View file

@ -1,3 +0,0 @@
<div align="center">
<a href=""><img src="./title.png"></a>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View file

@ -1,62 +1,14 @@
[include]
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"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = main
[protocol "file"]
allow = always
[credential]
helper = libsecret
[core]
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]
aliases = config --get-regexp alias

View file

@ -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)

View file

@ -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