diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-16 23:36:38 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-16 23:37:11 +0200 |
commit | cac8554b0bb256bb303e77e61ce051ad901736a5 (patch) | |
tree | 7c968432cf30268f781933f596a851ba57815728 /.gitignore | |
parent | 6dbad4dbc8702e3e09de118e17ceadae201a66f3 (diff) |
Remove generate template files from source control
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ *.exe
tmp-build
+view/*_templ.go
|