From 1e910281d4f27e6dc66180abd4b0a87fa188bb93 Mon Sep 17 00:00:00 2001 From: blazSmehov Date: Wed, 11 Feb 2026 10:14:18 +0100 Subject: [PATCH] chore: remove more unused dirs --- configs/README.md | 5 ----- deployments/README.md | 3 --- 2 files changed, 8 deletions(-) delete mode 100644 configs/README.md delete mode 100644 deployments/README.md diff --git a/configs/README.md b/configs/README.md deleted file mode 100644 index bf3df6d..0000000 --- a/configs/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# `/configs` - -Configuration file templates or default configs. - -Put your `confd` or `consul-template` template files here. diff --git a/deployments/README.md b/deployments/README.md deleted file mode 100644 index c6e4ecb..0000000 --- a/deployments/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# `/deployments` - -IaaS, PaaS, system and container orchestration deployment configurations and templates (docker-compose, kubernetes/helm, mesos, terraform, bosh).