From 89f645da30cb4590c6fd389b9ab1b0b455197f16 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:46:43 +0100 Subject: [PATCH] [MIRROR] Adds .dmm-pal to gitignore (#26591) * Adds .dmm-pal to gitignore (#81552) ## About The Pull Request Dream Maker map palette. Used by the map-making tool, still really awful. ## Why It's Good For The Game Useless file for our repo. ## Changelog N/A * Adds .dmm-pal to gitignore --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 13ba204cc66..19f057e8a1b 100644 --- a/.gitignore +++ b/.gitignore @@ -192,6 +192,9 @@ Temporary Items /_maps/**/backup/ /_maps/templates.dm +#dmm palette file. You really should be using StrongDMM instead. +*.dmm-pal + #dmdoc default folder /dmdoc