This commit is contained in:
Alexander Navarro 2023-03-06 19:57:24 -03:00
parent f3c1524c2d
commit 3afa9900ce
9 changed files with 63 additions and 33 deletions

7
config/git/gitconfig Normal file
View file

@ -0,0 +1,7 @@
[user]
email = ale.navarro.parra@gmail.com
user = Alexander Navarro
[pull]
rebase = false
[init]
defaultBranch = main

6
config/git/gitignore Normal file
View file

@ -0,0 +1,6 @@
# Package manager locks
*.lock
# PHP Stuff
vendor
.php-cs-fixer.cache