diff options
author | Stuart Thackray <stuart@thebluegroup.co.za> | 2016-06-14 16:05:18 +0200 |
---|---|---|
committer | Stuart Thackray <stuart@thebluegroup.co.za> | 2016-06-14 16:05:18 +0200 |
commit | 8fb8a91130e0e5c239bb837b9adc4ad71e5806b8 (patch) | |
tree | 3d7fa9f962f57f4264739a14cbe2ffcad78fcfd6 /priv/templates | |
parent | ac69558087fdf9215581c8deb759bd8e3e8ef70d (diff) |
add rebar.lock to template gitignore
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/templates/gitignore b/priv/templates/gitignore index ced0c5e..617aab8 100644 --- a/priv/templates/gitignore +++ b/priv/templates/gitignore @@ -13,3 +13,4 @@ erl_crash.dump .rebar logs _build +rebar.lock |