diff options
author | Frederick Muriuki Muriithi | 2022-03-30 09:27:53 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-30 09:27:53 +0300 |
commit | 48013cdc61fcba3658d8c1bdbe47a7ab5d1c8899 (patch) | |
tree | be43f8fb558c52dae26fdeb642c202933be38d96 /.gitignore | |
parent | e9786aaa8ddab758942bd9b16ff76783316b1764 (diff) | |
download | gn-docs-48013cdc61fcba3658d8c1bdbe47a7ab5d1c8899.tar.gz |
Start documenting the CI/CD system
* Do an overview
* Take some notes on things to read further into
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 |