Added git config files
This commit is contained in:
18
.gitconfig
Normal file
18
.gitconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
[user]
|
||||
name = Marc Sastre Rienitz
|
||||
email = marc.sastre@vilynx.com
|
||||
|
||||
[alias]
|
||||
lgb = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset%n' --abbrev-commit --date=relative --branches
|
||||
|
||||
om = origin/master
|
||||
od = origin/develop
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
excludesfile = ~/.gitignore
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# JetBrains IDE
|
||||
/.idea/
|
||||
|
||||
# Python distribution
|
||||
/dist/
|
||||
*.egg-info
|
||||
/build/
|
||||
*.pyc
|
||||
|
||||
# Tests & coverage
|
||||
/htmlcov/
|
||||
/.pytest_cache/
|
||||
/.coverage
|
||||
/.hypothesis
|
||||
|
||||
# Mac temp files
|
||||
.DS_Store
|
||||
|
||||
# CUSTOM FILES
|
||||
# API tester passwords
|
||||
api_tester_passwords.json
|
||||
.env*
|
||||
Reference in New Issue
Block a user