[CI-SKIP] Ignore gitignore when adding files in automation

Continuation of #5387

Fixes #5456
This commit is contained in:
Professor Bloodstone
2021-04-05 13:14:54 +02:00
parent 6062ab46f1
commit a3fc48f23a
5 changed files with 6 additions and 6 deletions

View File

@@ -121,6 +121,6 @@ importLibrary com.mojang datafixerupper com/mojang/serialization Dynamic.java
set -e
cd "$workdir/Spigot/Spigot-Server/"
rm -rf nms-patches applyPatches.sh makePatches.sh >/dev/null 2>&1
$gitcmd add . --force -A >/dev/null 2>&1
$gitcmd add --force . -A >/dev/null 2>&1
echo -e "mc-dev Imports\n\n$MODLOG" | $gitcmd commit . -F -
)