diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-12 20:16:31 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-12 20:16:31 -0400 |
commit | 2d3937d806a1d7bf0b79b3448c7bc2c3749160b0 (patch) | |
tree | 918531ffd5f13132201f7f18f092930ce5c30679 /.gitignore | |
parent | 8199603264cb1e4649e52cb1ae8a5b800104a1c1 (diff) | |
download | godot_wildjam_49-2d3937d806a1d7bf0b79b3448c7bc2c3749160b0.tar.gz godot_wildjam_49-2d3937d806a1d7bf0b79b3448c7bc2c3749160b0.zip |
Add gitattributes and gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e09c209 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.import +addons +export.cfg +*.translation +.mono/ +data_*/ +.vscode/ +*.exe +*.dll +*.pck +*.apk +*.apk.idsig |