diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2021-08-24 16:09:50 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2021-08-24 16:09:50 +0200 |
commit | 5dc80e37eb13931f3bdbacffaad5a945732e1209 (patch) | |
tree | e1665e242a8ba2542ee438b465606ca36ecf9875 /.gitignore | |
parent | d990facdbad2d8aef392c7f0e1e3cd79672dde95 (diff) | |
download | godot-hexgrid-5dc80e37eb13931f3bdbacffaad5a945732e1209.zip godot-hexgrid-5dc80e37eb13931f3bdbacffaad5a945732e1209.tar.gz |
become a godot asset
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,2 +1,18 @@ *~ -.import +icon.png.import +# Godot 4+ specific ignores +.godot/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json + |