summaryrefslogtreecommitdiff
path: root/priv/templates/gitignore
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-04-28 19:50:55 -0500
committerTristan Sloughter <t@crashfast.com>2015-04-29 09:27:55 -0500
commit2e5496f5f5f3c39bd1e23b4601d1e89d4d2c9767 (patch)
treea3bf4fb7fbd37291161ee62bfd2b78171f75fdef /priv/templates/gitignore
parent212b23b889c0189d3f609d5a16781f6acbadf824 (diff)
remove use of erlydtl in rebar
Diffstat (limited to 'priv/templates/gitignore')
-rw-r--r--priv/templates/gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/priv/templates/gitignore b/priv/templates/gitignore
new file mode 100644
index 0000000..40a1d4f
--- /dev/null
+++ b/priv/templates/gitignore
@@ -0,0 +1,18 @@
+.rebar3
+_*
+.eunit
+*.o
+*.beam
+*.plt
+*.swp
+*.swo
+.erlang.cookie
+ebin
+log
+erl_crash.dump
+.rebar
+_rel
+_deps
+_plugins
+_tdeps
+logs