changes
This commit is contained in:
parent
77eccec635
commit
16ea2e2d7c
18 changed files with 407 additions and 15 deletions
12
home/git/.config/git/config
Normal file
12
home/git/.config/git/config
Normal file
|
@ -0,0 +1,12 @@
|
|||
[user]
|
||||
name = Lukas Wurzinger
|
||||
email = lukas@wrz.one
|
||||
signingkey = ~/.ssh/id_ed25519.pub
|
||||
[core]
|
||||
excludesFile = ~/.config/git/ignore
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[gpg]
|
||||
format = ssh
|
||||
[commit]
|
||||
gpgsign = true
|
51
home/git/.config/git/ignore
Normal file
51
home/git/.config/git/ignore
Normal file
|
@ -0,0 +1,51 @@
|
|||
.idea/
|
||||
.vscode/
|
||||
.iml
|
||||
*.sublime-workspace
|
||||
|
||||
node_modules/
|
||||
vendor/
|
||||
|
||||
log/
|
||||
*.log
|
||||
|
||||
__pycache__/
|
||||
zig-cache/
|
||||
|
||||
*.com
|
||||
*.class
|
||||
*.dll
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
*.7z
|
||||
*.dmg
|
||||
*.gz
|
||||
*.iso
|
||||
*.jar
|
||||
*.rar
|
||||
*.tar
|
||||
*.zip
|
||||
*.msi
|
||||
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.db
|
||||
*.db3
|
||||
*.s3db
|
||||
*.sl3
|
||||
*.rdb
|
||||
|
||||
*.bak
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
*#
|
||||
|
||||
zig-out/
|
||||
|
||||
.direnv/
|
||||
.devenv/
|
Loading…
Add table
Add a link
Reference in a new issue