From 718b29ea9b89e39062f96bb923078d5f05e72a1b Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 23 Dec 2022 05:38:15 +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..ac66228 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# ---> 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 + +# ---> Elixir +/_build +/cover +/deps +/doc +/.fetch +erl_crash.dump +*.ez +*.beam +/config/*.secret.exs +.elixir_ls/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..24b301e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# blog + +My blog. Established 2023. \ No newline at end of file