diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-24 13:39:59 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-24 13:39:59 -0500 |
commit | 6b979705304af00344bb26babc23d02ae8843516 (patch) | |
tree | abd272f2f840f54443c0d64cce5ae3e4772f39eb /priv/templates/simpleapp_gitignore | |
parent | c7313a59805efcd7eff946c6290a452cb9252bc3 (diff) |
add some templates
Diffstat (limited to 'priv/templates/simpleapp_gitignore')
-rw-r--r-- | priv/templates/simpleapp_gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/priv/templates/simpleapp_gitignore b/priv/templates/simpleapp_gitignore new file mode 100644 index 0000000..39e58a6 --- /dev/null +++ b/priv/templates/simpleapp_gitignore @@ -0,0 +1,12 @@ +*~ +*.beam +.gitignore +ebin/*.app +c_src/*.o +.eunit/* +.#* +deps/* +.rebar/ +.rebarinfo +.edts* +logs/*
\ No newline at end of file |