diff options
author | GiteaBot <teabot@gitea.io> | 2021-05-16 00:25:04 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2021-05-16 00:25:04 +0000 |
commit | 41136db47e3b3222cef6e77347ae6bbe87947038 (patch) | |
tree | d5e82b75a8b0bbdf130fae8e8f48fd4fd7e699aa /options/gitignore/VisualStudio | |
parent | 58646cab227cb206e3d08fc1b37b27f30e5808e7 (diff) | |
download | gitea-41136db47e3b3222cef6e77347ae6bbe87947038.tar.gz gitea-41136db47e3b3222cef6e77347ae6bbe87947038.zip |
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore/VisualStudio')
-rw-r--r-- | options/gitignore/VisualStudio | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/options/gitignore/VisualStudio b/options/gitignore/VisualStudio index 1ee53850b8..34c8dee453 100644 --- a/options/gitignore/VisualStudio +++ b/options/gitignore/VisualStudio @@ -90,6 +90,7 @@ StyleCopReport.xml *.tmp_proj *_wpftmp.csproj *.log +*.tlog *.vspscc *.vssscc .builds @@ -205,6 +206,9 @@ PublishScripts/ *.nuget.props *.nuget.targets +# Nuget personal access tokens and Credentials +nuget.config + # Microsoft Azure Build Output csx/ *.build.csdef @@ -360,3 +364,25 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +.idea/ +*.sln.iml |