diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-06-11 03:04:01 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-06-11 03:04:01 -0600 |
commit | 0026f3da18634cb7ec5c106860b077ab7e9f72b4 (patch) | |
tree | 6533b932f9fcc406c4834ff49170a5b4d0680887 /.gitignore | |
parent | 1b238d338028394f2e9a6b93b468913b114b26f7 (diff) |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,3 @@ - # Godot-specific ignores .import/ export.cfg @@ -7,3 +6,6 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ + +# releases +releases/ |