Add gitignore
This commit is contained in:
parent
ecb5114d32
commit
9721014d5b
0
.cargo/.gitkeep
Normal file
0
.cargo/.gitkeep
Normal file
8
.cargo/config.toml
Normal file
8
.cargo/config.toml
Normal 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
2
.cargo/credentials.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[registries.gitea]
|
||||||
|
token = "Bearer 9371694eb61c0dfcbb15954400547256a755351f"
|
Loading…
Reference in New Issue
Block a user