Add gitignore

This commit is contained in:
Adrian Woźniak 2023-04-13 09:54:17 +02:00
parent ecb5114d32
commit 9721014d5b
3 changed files with 10 additions and 0 deletions

0
.cargo/.gitkeep Normal file
View File

8
.cargo/config.toml Normal file
View File

@ -0,0 +1,8 @@
[registry]
default = "gitea"
[registries.gitea]
index = "https://code.ita-prog.pl/ITA-Prog/_cargo-index.git"
[net]
git-fetch-with-cli = true

2
.cargo/credentials.toml Normal file
View File

@ -0,0 +1,2 @@
[registries.gitea]
token = "Bearer 9371694eb61c0dfcbb15954400547256a755351f"