From 8e18224b4a4f44d1d53d1b882bb0b384be4dcae7 Mon Sep 17 00:00:00 2001 From: THEROER Date: Thu, 9 Jul 2026 15:36:55 +0300 Subject: [PATCH] chore: ignore per-version run dirs and generated IDE run configs bukkit-bundle's runServer/runFolia create per-version dirs (run-, run-folia-); the existing 'run/' rule only matched the exact name, so versioned dirs leaked into git status. Add 'run-*/'. Also ignore '.eclipse/' written by neoforge moddev. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6e831122..15d7b7cd 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,8 @@ out/ .factorypath .project .settings +# Generated run configs (e.g. neoforge moddev writes neoforge-bundle/.eclipse/) +.eclipse/ .springBeans .sts4-cache bin/ @@ -92,6 +94,9 @@ Thumbs.db # Bukkit/Spigot plugins/ run/ +# bukkit-bundle uses per-version run dirs (run-, run-folia-) +# from `runServer`/`runFolia`; `run/` alone doesn't catch the versioned suffix. +run-*/ server.jar server.properties bukkit.yml