summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
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