Ignore compiles html templates

This commit is contained in:
Ben Ramey
2014-03-08 20:52:04 -06:00
parent a2b54b7a17
commit c1cd45dd55
2 changed files with 6 additions and 1 deletions

6
.gitignore vendored
View File

@@ -43,3 +43,9 @@ nbproject
# local config # local config
######################## ########################
config/local.js config/local.js
########################
# custom ignores
########################
assets/templates/*.html

View File

@@ -1 +0,0 @@
<div class="container">{{ helloMsg }}</div>