Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ out/
.factorypath
.project
.settings
# Generated run configs (e.g. neoforge moddev writes neoforge-bundle/.eclipse/)
.eclipse/
.springBeans
.sts4-cache
bin/
Expand Down Expand Up @@ -92,6 +94,9 @@ Thumbs.db
# Bukkit/Spigot
plugins/
run/
# bukkit-bundle uses per-version run dirs (run-<mcVersion>, run-folia-<mcVersion>)
# from `runServer`/`runFolia`; `run/` alone doesn't catch the versioned suffix.
run-*/
server.jar
server.properties
bukkit.yml
Expand Down
Loading