diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28c4dfb --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.terraform/ +.terraform.lock.hcl +*.tfstate +*.tfstate.d/ +*.tfstate.backup +*.retry + +ansible/files/* +__pycache__ diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3d419a --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Description + +This repo defines infrastructure for main [Status](http://status.im/) fleet running [nim-waku](https://github.com/status-im/nim-waku) nodes. + +# Repo Usage + +For how to use this repo read the [Infra Repo Usage](https://github.com/status-im/infra-docs/blob/master/articles/infra_repo_usage.md) doc.