commit 4ca043212444bbcff98bb16a2a565d74edb84b13 Author: ryan Date: Mon Dec 28 00:45:24 2020 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79b1675 --- /dev/null +++ b/.gitignore @@ -0,0 +1,55 @@ +# ---> 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 + +# ---> Erlang +.eunit +*.o +*.beam +*.plt +erl_crash.dump +.concrete/DEV_MODE + +# rebar 2.x +.rebar +rel/example_project +ebin/*.beam +deps + +# rebar 3 +.rebar3 +_build/ +_checkouts/ + +# ---> 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..b98e1f5 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# blank-white-cards + +An online rendition of the old crowd favorite, Blank White Cards. + +Written in Elixir/Phoenix. \ No newline at end of file