]> source.dussan.org Git - gitignore.git/commitdiff
add a template for Phoenix projects
authorBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 12:11:02 +0000 (09:11 -0300)
committerBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 21:17:26 +0000 (18:17 -0300)
Co-Authored-By: JuanPablo <jpabloaj@gmail.com>
Co-Authored-By: Sean Callan <sean@seancallan.com>
community/Elixir/Phoenix.gitignore [new file with mode: 0644]

diff --git a/community/Elixir/Phoenix.gitignore b/community/Elixir/Phoenix.gitignore
new file mode 100644 (file)
index 0000000..522c8d5
--- /dev/null
@@ -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