diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2,4 +2,10 @@ /.terraform/ # Nix -/result
\ No newline at end of file +/result + +# Template files +/docker-compose.yaml +/cloud-config.yaml +/hosts +/user-data.sh
\ No newline at end of file |
