You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122
  1. # gitignore template for Phoenix projects
  2. # website: http://www.phoenixframework.org/
  3. #
  4. # Recommended template: Elixir.gitignore
  5. # Temporary files
  6. /tmp
  7. # Static artifacts
  8. /node_modules
  9. /assets/node_modules
  10. # Since we are building assets from web/static,
  11. # we ignore priv/static. You may want to comment
  12. # this depending on your deployment strategy.
  13. /priv/static/
  14. # Installer-related files
  15. /installer/_build
  16. /installer/tmp
  17. /installer/doc
  18. /installer/deps