From c34d7363b61a9e00c986b79793bf7cdc03e9ea99 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 4 Mar 2024 09:15:01 +0100 Subject: wip --- tictactoe-2/.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tictactoe-2/.gitignore (limited to 'tictactoe-2/.gitignore') diff --git a/tictactoe-2/.gitignore b/tictactoe-2/.gitignore new file mode 100644 index 0000000..df53f7d --- /dev/null +++ b/tictactoe-2/.gitignore @@ -0,0 +1,20 @@ +.rebar3 +_build +_checkouts +_vendor +.eunit +*.o +*.beam +*.plt +*.swp +*.swo +.erlang.cookie +ebin +log +erl_crash.dump +.rebar +logs +.idea +*.iml +rebar3.crashdump +*~ -- cgit v1.2.3