diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-08-27 02:55:58 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-08-27 02:55:58 -0400 |
commit | 70e37edf369468d3f46afc32a084dbfbe28298c6 (patch) | |
tree | 2d62b5f675558d353a2d4ba3f950b2fca4d86e57 /.gitignore | |
parent | e2867a50da25ed5c2b481b442523be2f67082aff (diff) | |
download | chicken-chaser-gd-master.tar.gz chicken-chaser-gd-master.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ -# Godot-specific ignores .import/ +addons/ export.cfg export_presets.cfg - -# Imported translations (automatically generated from CSV files) *.translation - -# Mono-specific ignores .mono/ data_*/ - +.vscode/ *.exe +*.dll +*.pck +*.apk +*.apk.idsig |