From a93f3421a704d6728a856d5d82cdbf9c43f3f897 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Fri, 17 Mar 2017 17:09:58 +0100 Subject: Phoenix skeleton --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3