summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoryn Aaron <zoryn4163@gmail.com>2016-02-28 16:15:53 -0500
committerZoryn Aaron <zoryn4163@gmail.com>2016-02-28 16:15:53 -0500
commita9955e0a738efb0f67100de1fcbc1dfbb693ccfb (patch)
treec4b9d5600b4db0873437bb2f01398ce45fb81584
parent8a1f7d62621353746951afee8cc8f080ccdb5d66 (diff)
downloadSMAPI-a9955e0a738efb0f67100de1fcbc1dfbb693ccfb.tar.gz
SMAPI-a9955e0a738efb0f67100de1fcbc1dfbb693ccfb.tar.bz2
SMAPI-a9955e0a738efb0f67100de1fcbc1dfbb693ccfb.zip
binaries
-rw-r--r--.gitignore5
-rw-r--r--Release/StardewModdingAPI.exebin0 -> 35840 bytes
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9f683f8a..439aa86b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
-StardewModdingAPI/bin/ \ No newline at end of file
+StardewModdingAPI/bin/
+StardewModdingAPI/obj/
+!*.exe
+!*.dll \ No newline at end of file
diff --git a/Release/StardewModdingAPI.exe b/Release/StardewModdingAPI.exe
new file mode 100644
index 00000000..6a559643
--- /dev/null
+++ b/Release/StardewModdingAPI.exe
Binary files differ