From 8116caeac5d044e44ba9d21a667880dedb6cf9a7 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 24 Oct 2024 18:43:56 -0700 Subject: [PATCH] commit info --- .editorconfig | 2 ++ .gitignore | 1 + README.md | 5 +++++ 3 files changed, 8 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitignore create mode 100644 README.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e9d21fd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*] +indent_size = 2 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6eb8efa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +stable.cfg diff --git a/README.md b/README.md new file mode 100644 index 0000000..764ae46 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# peridot-rocky + +This repository contains peridot configurations for Rocky Linux. Each branch +contains separated version information. Review the branches above to find +what you are looking for.