diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 32 insertions, 3 deletions
@@ -1,3 +1,18 @@ +# SMAPI Specific Ignores +StardewModdingAPI/bin/ +StardewModdingAPI/obj/ +TrainerMod/bin/ +TrainerMod/obj/ +StardewInjector/bin/ +StardewInjector/obj/ +packages/ +steamapps/ + +*.symlink +*.lnk +!*.exe +!*.dll + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. @@ -17,10 +32,10 @@ [Rr]eleases/ x64/ x86/ -build/ bld/ [Bb]in/ [Oo]bj/ +[Ll]og/ # Visual Studio 2015 cache/options directory .vs/ @@ -138,7 +153,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj @@ -151,6 +166,9 @@ publish/ !**/packages/build/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets # Microsoft Azure Build Output csx/ @@ -163,9 +181,11 @@ rcf/ # Microsoft Azure ApplicationInsights config file ApplicationInsights.config -# Windows Store app package directory +# Windows Store app package directories and files AppPackages/ BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt # Visual Studio cache files # files ending in .cache can be ignored @@ -184,6 +204,10 @@ ClientBin/ node_modules/ orleans.codegen.cs +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + # RIA/Silverlight projects Generated_Code/ @@ -232,4 +256,9 @@ _Pvt_Extensions # FAKE - F# Make .fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + Dewdrop/ScaffoldingReadMe.txt |