initial commit

This commit is contained in:
Dominic 2023-04-05 14:05:11 +02:00
commit ddc990b522
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
13 changed files with 1679 additions and 0 deletions

20
.gitignore vendored Normal file
View file

@ -0,0 +1,20 @@
# sorry but I don't need my network config public
setup/network.toml
# also other config contains like access tokens so just hide everything
setup/
# rust/cargo
/target/
# git
*.orig
# emacs
*~
\#*#
.#*#
# intellij
/.idea/
*.ipr
*.iml