diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-03 15:57:11 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-03 15:57:11 -0400 |
commit | 9e74a91806a5615f2f21cfff2ac0daddfbe80f90 (patch) | |
tree | f9765afcc9b0b87a81ec3daa170f39d6801f4dd0 /.gitignore | |
parent | 5017c1e252b72c11db5564df6c0d78e163e01156 (diff) |
Track the generated files on a separate branch
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ +/public/*.html +/public/index.* /.var* -/.tmp*
\ No newline at end of file +/.tmp* |