Cradicle Explorer
WelkeDeelauto
Info
Issues
Patches
Wallets
Source
Source
backend
frontend
infrastructure
.gitignore
api-gateway.tf
backend.tf
dns.tf
frontend.tf
provider.tf
variables.tf
.env.dist
.envrc
.gitignore
LICENSE
Makefile
README.md
flake.lock
flake.nix
/
infrastructure
/ .gitignore
.gitignore
1
# Ignore everything
2
.*
3
4
# Except the main.tf file
5
!*.tf
6
!.gitignore