.gitignore 384 B

123456789101112131415161718
  1. # App artifacts
  2. /_build
  3. /db
  4. /deps
  5. /log
  6. /*.ez
  7. # Generated on crash by the VM
  8. erl_crash.dump
  9. # Files matching config/*.secret.exs pattern contain sensitive
  10. # data and you should not commit them into version control.
  11. #
  12. # Alternatively, you may comment the line below and commit the
  13. # secrets files as long as you replace their contents by environment
  14. # variables.
  15. /config/*.secret.exs