Adding some stuff

This commit is contained in:
2025-08-03 11:01:51 +01:00
parent e098e19e7a
commit 5aeb369358
3 changed files with 12 additions and 6 deletions

View File

@@ -91,11 +91,12 @@ alias \
# Dev # Dev
alias \ alias \
sail='[ -f sail ] && sh sail || sh vendor/bin/sail' sail='[ -f sail ] && sh sail || sh vendor/bin/sail' \
yi="yarn install" yi="yarn install" \
y="yarn" y="yarn" \
ci="composer install" ci="composer install" \
c="composer" c="composer" \
tk="go-task"
# Translating # Translating
alias \ alias \

View File

@@ -7,3 +7,8 @@
defaultBranch = main defaultBranch = main
[core] [core]
excludesfile = /home/chris/.config/git/ignore excludesfile = /home/chris/.config/git/ignore
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true