diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2022-12-25 01:19:36 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2022-12-25 01:19:36 +0100 |
commit | 3bd49f780157494a3ff923a3bcdbb8696a688173 (patch) | |
tree | d298896df8030705f06760f069bb5466b837f019 /options/gitignore | |
parent | Improve testing for pgsql empty repository (#22223) (diff) | |
download | forgejo-3bd49f780157494a3ff923a3bcdbb8696a688173.tar.xz forgejo-3bd49f780157494a3ff923a3bcdbb8696a688173.zip |
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore')
-rw-r--r-- | options/gitignore/Godot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options/gitignore/Godot b/options/gitignore/Godot index 4f48ad79f8..d9aac213e7 100644 --- a/options/gitignore/Godot +++ b/options/gitignore/Godot @@ -1,3 +1,6 @@ +# Godot 4+ specific ignores +.godot/ + # Godot-specific ignores .import/ export.cfg @@ -9,3 +12,4 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +mono_crash.*.json |