diff options
author | Fausto Núñez Alberro <fausto.nunez@mailbox.org> | 2021-01-16 14:13:30 +0100 |
---|---|---|
committer | Fausto Núñez Alberro <fausto.nunez@mailbox.org> | 2021-01-16 14:13:30 +0100 |
commit | 6ad62016ed3193def4464e5949dc8afc52a6d420 (patch) | |
tree | 96a3ea1489fe503f63a24716b88d5a99511b0e5d /.gitignore | |
parent | 6191622d5806d4448fa2285047936bdcee57a098 (diff) |
Automate weekly build process with pybase16 and GH Actions
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01e3d91 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +sources +schemes +sources.yaml + +templates/* + +!/templates/config.yaml +!/templates/default.mustache |