/ infrastructure / .gitignore
.gitignore
1  # Ignore everything
2  .*
3  
4  # Except the main.tf file
5  !*.tf
6  !.gitignore