diff options
author | Frederick Muriuki Muriithi | 2022-03-30 09:27:53 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-31 15:30:50 +0300 |
commit | e6a302f936dbeef31e97a89fc5dfe0ce0e4158f4 (patch) | |
tree | 4395ef7249113fa56a1588808caf7666669b7e0a /.gitignore | |
parent | e9786aaa8ddab758942bd9b16ff76783316b1764 (diff) | |
download | gn-docs-e6a302f936dbeef31e97a89fc5dfe0ce0e4158f4.tar.gz |
Document the CI/CD systemdocument-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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |