diff options
author | ClxS <slxxls92@gmail.com> | 2016-03-03 20:17:40 +0000 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-03-03 20:17:40 +0000 |
commit | f77e922ad08078586b1c67f0d88f68b054364434 (patch) | |
tree | 176788af61d48b689e98a9a0fdc1facff1eab242 /.gitignore | |
parent | d3f0e00db9946d1b509f0ad72f9a51095c190f9f (diff) | |
parent | 9a1b910ea32f518b605c88315f192afc6fc40f28 (diff) | |
download | SMAPI-f77e922ad08078586b1c67f0d88f68b054364434.tar.gz SMAPI-f77e922ad08078586b1c67f0d88f68b054364434.tar.bz2 SMAPI-f77e922ad08078586b1c67f0d88f68b054364434.zip |
Merged Zoryn4163/master into master
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,10 +3,14 @@ StardewModdingAPI/bin/ StardewModdingAPI/obj/ TrainerMod/bin/ TrainerMod/obj/ +StardewInjector/bin/ +StardewInjector/obj/ +packages/ +
*.symlink *.lnk !*.exe -!*.dll +!*.dll
## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. |