.gitignore 379 B

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