From e6a302f936dbeef31e97a89fc5dfe0ce0e4158f4 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 30 Mar 2022 09:27:53 +0300 Subject: Document the CI/CD system * Do an overview * Take some notes on things to read further into * Add some notes on the `development-server-configuration` objects * Document the gexps that perform the CI/CD actions * Document project definitions * Document guix service definitions * Document system/machine definitions --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4664e1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +## Ignore emacs temporary/backup files +/**/*~ \ No newline at end of file -- cgit v1.2.3