From eee4e9c0fe434e3c49d53b5b8dcca1836a08abf8 Mon Sep 17 00:00:00 2001 From: Zoryn Date: Thu, 3 Mar 2016 14:01:32 -0500 Subject: updates to change working location --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 00cc0c56..ab067b03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ StardewModdingAPI/bin/ StardewModdingAPI/obj/ +packages/ +StardewInjector/ + *.symlink *.lnk !*.exe -!*.dll \ No newline at end of file +!*.dll + +Release/Mods/StardewInjector.dll \ No newline at end of file -- cgit