From 6197ab21cda18caea4aaf4ba8f687ffc2c499c8f Mon Sep 17 00:00:00 2001 From: gentlespoon Date: Mon, 9 May 2022 01:41:00 -0700 Subject: [PATCH] Exclude macOS junk in case anyone develops on mac. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 35ee889c5..9fa6c9427 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,6 @@ language/ languages/ gacha-mapping.js data/gacha_mappings.js + +# macOS +.DS_Store