Skip to content

Commit

Permalink
add a template for Phoenix projects
Browse files Browse the repository at this point in the history
Co-Authored-By: JuanPablo <[email protected]>
Co-Authored-By: Sean Callan <[email protected]>
  • Loading branch information
3 people committed Oct 28, 2018
1 parent 1ab24a3 commit 05c5eac
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions community/Elixir/Phoenix.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# gitignore template for Phoenix projects
# website: http://www.phoenixframework.org/
#
# Recommended template: Elixir.gitignore

# Temporary files
/tmp

# Static artifacts
/node_modules
/assets/node_modules

# Since we are building assets from web/static,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/

# Installer-related files
/installer/_build
/installer/tmp
/installer/doc
/installer/deps

0 comments on commit 05c5eac

Please sign in to comment.