diff options
author | Brendan Forster <brendan@github.com> | 2017-02-02 11:54:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-02 11:54:37 +0100 |
commit | 02de0de43f8d888b6d80abe1f728b7a8cfbbcbb3 (patch) | |
tree | 0e7e14eaaea045adbde51a438e2bb9fd6bb12dea /VisualStudio.gitignore | |
parent | 3bf3203c4fb5ad87ec3336fc01095f56fde5508e (diff) | |
parent | c3573924585f069b14efe7d695211bddff7c1c47 (diff) | |
download | gitignore-02de0de43f8d888b6d80abe1f728b7a8cfbbcbb3.tar.gz gitignore-02de0de43f8d888b6d80abe1f728b7a8cfbbcbb3.zip |
Merge branch 'master' into patch-3
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index af08e1f2..5d843cd5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -1,5 +1,7 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files *.suo @@ -40,10 +42,11 @@ TestResult.xml [Rr]eleasePS/ dlldata.c -# DNX +# .NET Core project.lock.json project.fragment.lock.json artifacts/ +**/Properties/launchSettings.json *_i.c *_p.c @@ -239,6 +242,9 @@ typings/ # Visual Studio 6 workspace options file *.opt +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts @@ -264,3 +270,7 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ *.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config |