diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-18 23:21:51 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-18 23:21:51 +0200 |
commit | 21a7c204d216ec1a7615156b7c8b85ee2d964b81 (patch) | |
tree | 0ec6e6bc868a17f5f9f5ea145a95d53637ba06b2 /.gitignore | |
parent | 55448bc974f71f83e6a6c6d70afe9cfc63d275f4 (diff) | |
download | lens-21a7c204d216ec1a7615156b7c8b85ee2d964b81.tar.gz lens-21a7c204d216ec1a7615156b7c8b85ee2d964b81.tar.bz2 lens-21a7c204d216ec1a7615156b7c8b85ee2d964b81.zip |
feat: Add template generating to make file
Add template generating code to `make` process.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ vendor/ static/ bin/ media_cache/ +templates/*.qtpl.go .env *.db |