From: Carl Worth Date: Mon, 25 May 2020 23:53:43 +0000 (-0700) Subject: Teach git to ignore tictactoe.js X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=50f66d5f3a3a513362ef40f11b17992522b2fffd Teach git to ignore tictactoe.js We only want to commit source files to git, not the results of the build. --- diff --git a/tictactoe/.gitignore b/tictactoe/.gitignore new file mode 100644 index 0000000..e71d218 --- /dev/null +++ b/tictactoe/.gitignore @@ -0,0 +1 @@ +tictactoe.js