commit 718b29ea9b89e39062f96bb923078d5f05e72a1b Author: ryan Date: Fri Dec 23 05:38:15 2022 +0000 Initial commit 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