Core: Add .apignore format to not include files in APWorld Builder (#5779)

This commit is contained in:
Duck
2026-01-18 09:45:12 -07:00
committed by GitHub
parent a035ac579c
commit c1b858b2cf
5 changed files with 55 additions and 13 deletions

13
data/GLOBAL.apignore Normal file
View File

@@ -0,0 +1,13 @@
# This file specifies patterns that are ignored by default for any world built with the "Build APWorlds" component.
# These patterns can be overriden by a world-specific .apignore using !-prefixed patterns for negation.
# Auto-created folders
__MACOSX
.DS_Store
__pycache__
# Unneeded files
/archipelago.json
/.apignore
/.git
/.gitignore