add base setup with dotter
This commit is contained in:
parent
6b0da868bb
commit
42e6595b60
177 changed files with 1062 additions and 70 deletions
10
config/git/config
Normal file
10
config/git/config
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[user]
|
||||
name = aleidk
|
||||
email = ale.navarro.parra@gmail.com
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[includeIf "gitdir:~/Repos/Work/"]
|
||||
path = ~/.config/git/config-work
|
||||
6
config/git/ignore
Normal file
6
config/git/ignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Git Worktrees
|
||||
.worktrees/*
|
||||
|
||||
# PHP Stuff
|
||||
vendor
|
||||
.php-cs-fixer.cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue