commit cba26dec5ed522f8484a20159952fd9f5fcc03c7 Author: ryan Date: Fri Apr 28 18:55:40 2023 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b11ede --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# ---> Elixir +/_build +/cover +/deps +/doc +/.fetch +erl_crash.dump +*.ez +*.beam +/config/*.secret.exs +.elixir_ls/ + +# ---> Phoenix +# 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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7f3b7f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ltx + +Life Tracker, Expanded \ No newline at end of file