diff options
| author | 2018-11-09 18:55:57 +0100 | |
|---|---|---|
| committer | 2018-11-09 18:55:57 +0100 | |
| commit | 8e6552b9ac732ac851cf1f929b1f98170456ea2b (patch) | |
| tree | cfed3e7a65461965de6e0910be2e96f083ab6746 /.gitignore | |
| parent | 32705056940b7f1e38981e30cce4d0f3b2eee5de (diff) | |
Use makefile to update schemes
method based on the base16-qutebrowser:
https://github.com/theova/base16-qutebrowser
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 |
