feat: initial commit

This commit is contained in:
2023-05-30 22:45:28 +02:00
commit b161e696c3
8 changed files with 236 additions and 0 deletions

3
git/aflabs Normal file
View File

@@ -0,0 +1,3 @@
[user]
name = Matej Janežič
email = matej.janezic@aflabs.si

25
git/config Normal file
View File

@@ -0,0 +1,25 @@
[user]
name = Matej Janežič
email = janezic.mj@gmail.com
signingkey = 4298E230ED37B2C0
[core]
autocrlf = input
excludesfile = ~/.config/git/gitignore
editor = nvim
[includeIf "gitdir:~/Desktop/git/git.aflabs.org/"]
path = ~/.config/git/aflabs
[commit]
gpgsign = true
[gpg]
program = /opt/homebrew/bin/gpg
[init]
defaultBranch = master
[alias]
andraz = commit --amend --no-edit --author=\"Andraž Kladnik <andraz.kladnik@aflabs.si>\"
petra = commit --amend --no-edit --author=\"Petra Podlogar <petra.podlogar@aflabs.si>\"
ziga = commit --amend --no-edit --author=\"Žiga Avbreht <ziga.avbreht@aflabs.si>\"
laura = commit --amend --no-edit --author=\"lauraGB <laura.guzelj.blatnik@aflabs.si>\"
gasper = commit --amend --no-edit --author=\"Gašper Žajdela <gasper.zajdela@aflabs.si>\"
luka = commit --amend --no-edit --author=\"Luka Avbreht <luka.avbreht@aflabs.si>\"
koprivec = commit --amend --no-edit --author=\"Filip Koprivec <filip.koprivec@aflabs.si>\"

20
git/gitignore Normal file
View File

@@ -0,0 +1,20 @@
# mac files
.DS_Store
# i usually make test.* files for local testing
# test.*
# test
# i don't like pushing .vscode and .idea folders, i will force add if needed
.vscode
.idea
# pyenv
.python-version
# i use .ignore for nvim
.ignore
# todo files
TODO.md