From 2055742911201258e6f755b3eb4031a1b09407f1 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 6 Apr 2022 12:13:54 -0600 Subject: Initial commit; generate auth code with phx.gen.auth; added room model and association; generate room model on domain of user emails; allow users to change their email --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a5ac23f --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/.env +/_build/ +/doc/ +erl_crash.dump +*.ez +/assets/node_modules/ +/priv/static/ +/deps -- cgit v1.2.3-70-g09d2