diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2016-01-10 11:44:37 -0500 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2016-01-10 11:51:33 -0500 |
commit | 3d0aa5e84a2b2a7158f1e4b2070fecd130a3e2bc (patch) | |
tree | 211302c2e05ff5b446a717dc8c52d05c328b2113 /priv/templates/gitignore | |
parent | 495097d9ff6afaf48b850da9b2da0f2e48b1e115 (diff) |
Unquote templates, add a warning instead.
Diffstat (limited to 'priv/templates/gitignore')
-rw-r--r-- | priv/templates/gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/priv/templates/gitignore b/priv/templates/gitignore index a939dce..ced0c5e 100644 --- a/priv/templates/gitignore +++ b/priv/templates/gitignore @@ -11,9 +11,5 @@ ebin log erl_crash.dump .rebar -_rel -_deps -_plugins -_tdeps logs -_build
\ No newline at end of file +_build |