mirror of
https://github.com/PaperMC/Paper.git
synced 2025-12-05 13:04:44 +01:00
A `.gitignore' will make packages such as
`net.minecraft.world.entity.ai.goal.**target**` be ignored. This causes
the entire patch to not apply, which is very suspicious. This commit
adds a `--force' parameter to the `git add' command we run, as per `man
git-add':
```
-f, --force
Allow adding otherwise ignored files.
```
The global configuration file was proven problematic, then fixed by
this by commit by Prof_Bloodstone#0123 and thekinrar#0001 on Discord
(`#paper-dev').
CI-SKIP: This does not apply to the CI, therefore it is not worthy of
its own build.
|
||
|---|---|---|
| .. | ||
| pre-source-patches | ||
| apatch.sh | ||
| applyPatches.sh | ||
| build.sh | ||
| checkoutpr.sh | ||
| decompile.sh | ||
| functions.sh | ||
| importmcdev.sh | ||
| init.sh | ||
| makemcdevsrc.sh | ||
| paperclip.sh | ||
| rebuildPatches.sh | ||
| remap.sh | ||
| requireDeps.sh | ||
| testServer.sh | ||
| upstreamCommit.sh | ||
| upstreamMerge.sh | ||