From cba26dec5ed522f8484a20159952fd9f5fcc03c7 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 28 Apr 2023 18:55:40 +0000 Subject: [PATCH] Initial commit --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 39 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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