mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-27 00:03:05 -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>
17 lines
258 B
Text
17 lines
258 B
Text
# Godot 4+ specific ignores
|
|
.godot/
|
|
.nomedia
|
|
|
|
# Godot-specific ignores
|
|
.import/
|
|
export.cfg
|
|
export_credentials.cfg
|
|
*.tmp
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*.json
|