From a56797a4d581aba0718ec51e853d53dffd517505 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 8 Nov 2020 00:42:46 -0500 Subject: [PATCH] Add .local to the .gitignore TIC-80, when run locally, will create a .local folder. This pull request makes it so that git ignores it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a103539 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.local