From 2a8688ada18590c8e73a6c9e6245d58623200ff5 Mon Sep 17 00:00:00 2001 From: Iconer Date: Sun, 15 Sep 2019 13:57:43 +0900 Subject: [PATCH] new gitignore for GameMaker Studio 2 https://yoyogames.com/ --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b3eacba0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Force include core files +!*.yy +!*.gml +!/*.yyp + +# Builds +*.exe +*.apk +*.pkg +*.ipa +*.app +*.zip + +# Miscellaneous +*.dll +*.log