diff options
author | Thomas Boerger | 2016-12-06 18:58:31 +0100 |
---|---|---|
committer | GitHub | 2016-12-06 18:58:31 +0100 |
commit | 83ed234472c85057100db5cc537049812c3a288c (patch) | |
tree | d6bb6623eb36dce5586c6f43495d99bb94b35827 /.gitignore | |
parent | 1b5b297c398a547b506029ac5a527ba9a5891ffb (diff) |
Integrate templates into bindata optionally (#314)
Integrated optional bindata for the templates
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9825b96ee..0bca5df1d 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ _testmain.go coverage.out /modules/public/bindata.go +/modules/templates/bindata.go *.db *.log |