diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-30 20:13:15 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-30 20:13:15 +0100 |
commit | e2aa562959cd337c976f3d81ec1c65afe667c7b8 (patch) | |
tree | a064328643371de69a4d17f68ff8d178466f5799 /.gitignore |
Initial commit: Set up monorepo folder structure for homelab's IaC
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e91d7fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Terraform +.terraform/ +*.tfstate +*.tfstate.backup + +# Ansible +*.retry + +# Packer +packer_cache/ +output-*/ + +# Kubernetes +kubeconfig + +# Docker +.env |