init repo

This commit is contained in:
Ryan Pandya
2022-12-23 01:05:17 -05:00
parent 718b29ea9b
commit 210506b5ec
46 changed files with 1755 additions and 30 deletions
+26 -28
View File
@@ -1,36 +1,34 @@
# ---> Phoenix
# gitignore template for Phoenix projects
# website: http://www.phoenixframework.org/
#
# Recommended template: Elixir.gitignore
# The directory Mix will write compiled artifacts to.
/_build/
# Temporary files
/tmp
# If you run "mix test --cover", coverage assets end up here.
/cover/
# Static artifacts
/node_modules
/assets/node_modules
# The directory Mix downloads your dependencies sources to.
/deps/
# 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/
# Where 3rd-party dependencies like ExDoc output generated docs.
/doc/
# Installer-related files
/installer/_build
/installer/tmp
/installer/doc
/installer/deps
# ---> Elixir
/_build
/cover
/deps
/doc
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
*.beam
/config/*.secret.exs
.elixir_ls/
# Ignore package tarball (built via "mix hex.build").
blog-*.tar
# Ignore assets that are produced by build tools.
/priv/static/assets/
# Ignore digested assets cache.
/priv/static/cache_manifest.json
# In case you use Node.js/npm, you want to ignore these.
npm-debug.log
/assets/node_modules/