summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-03-17 17:09:58 +0100
committerRoger Braun <roger@rogerbraun.net>2017-03-17 17:09:58 +0100
commita93f3421a704d6728a856d5d82cdbf9c43f3f897 (patch)
tree50cab3fed20aeea7722567180b44bda23a21900f /.gitignore
Phoenix skeleton
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..d26faf840
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# App artifacts
+/_build
+/db
+/deps
+/*.ez
+
+# Generated on crash by the VM
+erl_crash.dump
+
+# Files matching config/*.secret.exs pattern contain sensitive
+# data and you should not commit them into version control.
+#
+# Alternatively, you may comment the line below and commit the
+# secrets files as long as you replace their contents by environment
+# variables.
+/config/*.secret.exs