add README and gitignore

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-02-15 13:23:34 +01:00
parent 173191824a
commit 2c1b2e0c93
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 16 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
.terraform/
.terraform.lock.hcl
*.tfstate
*.tfstate.d/
*.tfstate.backup
*.retry
ansible/files/*
__pycache__

7
README.md Normal file
View File

@ -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.