mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-26 19:33:04 -04:00
… by simply running `make generate-license` and `make generate-gitignore` (last time: 9d2fabc7d3)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11158
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
31 lines
495 B
Text
31 lines
495 B
Text
# Built things
|
|
_Debug/
|
|
Compiled/
|
|
|
|
# AudioCache can be rebuilt from sources
|
|
AudioCache/
|
|
|
|
# Lockfile
|
|
_OpenInEditor.lock
|
|
|
|
# User settings
|
|
Game.agf.user
|
|
*.crm.user
|
|
|
|
# Backups
|
|
Game.agf.bak
|
|
backup_acsprset.spr
|
|
|
|
# Memory dumps
|
|
*.dmp
|
|
|
|
# Temporary files
|
|
# temporarily created during sprite or room background compression
|
|
~aclzw.tmp
|
|
# temporary, main game data, before getting packed into exe
|
|
game28.dta
|
|
# temporary build of the game before being moved to Compiled/ folder
|
|
*.exe
|
|
|
|
# Log files
|
|
warnings.log
|