Skip to content

Commit 05c5eac

Browse files
shiftkeyjuanpabloajdoomspork
committed
add a template for Phoenix projects
Co-Authored-By: JuanPablo <[email protected]> Co-Authored-By: Sean Callan <[email protected]>
1 parent 1ab24a3 commit 05c5eac

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

community/Elixir/Phoenix.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# gitignore template for Phoenix projects
2+
# website: http://www.phoenixframework.org/
3+
#
4+
# Recommended template: Elixir.gitignore
5+
6+
# Temporary files
7+
/tmp
8+
9+
# Static artifacts
10+
/node_modules
11+
/assets/node_modules
12+
13+
# Since we are building assets from web/static,
14+
# we ignore priv/static. You may want to comment
15+
# this depending on your deployment strategy.
16+
/priv/static/
17+
18+
# Installer-related files
19+
/installer/_build
20+
/installer/tmp
21+
/installer/doc
22+
/installer/deps

0 commit comments

Comments
 (0)