commit b0e57895b870eaf0ac17c4fc8e702e912b4edcf6 Author: Supositware Date: Sat Oct 12 14:24:06 2024 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc5d8e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# ---> 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..bbbe9e9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Discord_Elixir_test + +Toying around with Elixir and Nostrum \ No newline at end of file