Commit Graph

260 Commits

Author SHA1 Message Date
Matthias Schäfer a3b7954a02 Fixing MIDL header file pattern for Visual Studio
_i.h given in 799ee6b79e1d32f49ded6683b5364017fd4ee0a5#gitext://gotocommit/799ee6b79e1d32f49ded6683b5364017fd4ee0a5 is wrong
2018-08-03 12:52:19 +02:00
ofthelit 3674716af1
Ignore files from Local History plug-ins
Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version. It is a solution situated between version control and undo/redo of history, available by default in Eclipse and IntelliJ IDEs.
https://marketplace.visualstudio.com/items?itemName=AronDCurzon.LocalHistoryforVisualStudio
https://marketplace.visualstudio.com/items?itemName=lostalloy.LocalHistory-for-Visual-Studio
2018-08-01 12:29:58 +02:00
John Vandenberg a47c27d351 Trim trailing whitespace 2018-06-05 11:09:20 +07:00
Giovanni Bassi c26008c00d
Do not ignore launchsettings.json for VS
Ignoring `launchSettings.json` does not make much sense. Now .NET CLI even considers this file when running with `dotnet run`, as you can read [here](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x).

This settings will be useful if shared among project members, so it should be commited to the repo.

Also, on the default `.gitignore` file generated by Visual Studio it is not ignored, so this causes confusion, as depending on how `.gitignore` was created it could be commited in or not.
2018-05-19 20:56:25 -03:00
Nick Schonning b442e97798
Ignore Reporting Project Upgrade backup files
The conversion process from the old custom rptproj to the MSBuild based projects creates a .bak backup file
2018-05-02 16:51:32 -04:00
Matthew Robbins 5cdf57adf7
Added MFractor's working folder to VisualStudio.gitignore
MFractor is a Xamarin/Visual Studio Mac productivity tool used by 1000's of Xamarin developers.

The `.mfractor/` folder should not be included in source control (but often is).
2018-04-09 10:41:11 +10:00
linlux a0f645dd33
added: *.iobj, *.ipdb
"These files are produced when Incremental Link-Time Code Generation (LTCG) is enabled."
https://stackoverflow.com/questions/31554559/possible-to-stop-generating-ipdb-iobj-files-by-visual-studio-2015
2018-03-26 12:43:10 +02:00
Brendan Forster 96b153a959
Merge pull request #2576 from jerzywie/master
Add .nvuser NVidia Nsight configuration file
2018-03-11 14:48:04 -07:00
Brendan Forster 14888e6973
Merge pull request #2580 from raterus/patch-1
Add rptproj.rptuser
2018-03-11 14:47:18 -07:00
Quique Fdez Guerra 2e7e0bb4f2
Remove typings ignore
Nobody is using v1 of typings anymore on new projects and 'typings' is the recommended name for the folders of your custom types.
On the other hand the official Visual Studio ignore is not ignoring this folder.
2018-02-22 18:09:53 +01:00
komaflash // ec8or 415d732230
Added "ServiceFabricBackup/"
The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications.
2018-01-30 10:02:51 +01:00
raterus 4c35119bfb
Add rptproj.rptuser
The VS 2017 version of the Business Intelligence project contains a user file (*.rptproj.rptuser) that should be ignored as well
2018-01-19 13:01:32 -05:00
jerzywie 31848ebd63 Add .nvuser NVidia Nsight configuration file 2018-01-11 10:23:14 +00:00
toby 7d42effdeb Add *.snk strong name key files (#2483)
* Add *.snk strong name key files

Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher.

I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule.

* Make use of *.snk optional

Add note explaining use.

* Reduce explanation

Just use a link instead
2017-12-26 14:00:10 +10:30
Enrico Sada 6fa7f9416d ignore MSBuild Binary and Structured Log (#2549)
ref http://msbuildlog.com/
2017-12-14 09:07:34 +10:30
Tuomas-Matti Soikkeli 86e01548dd Add ignore for Azure Stream Analytics local run output folder (#2498) 2017-11-29 12:08:59 +11:00
Denis Peshkov 65b8b3b6fe Update VisualStudio.gitignore (#2510)
* Update VisualStudio.gitignore
2017-11-29 11:47:25 +11:00
Brendan Forster 8165fb87b4
Merge pull request #2516 from ButchDean/master
Ignore Visual Studio 2017 C++ app generated files.
2017-11-29 11:43:42 +11:00
Brendan Forster b3ae3810f8
Merge pull request #2517 from Noctis-/patch-1
Update comment
2017-11-20 13:15:47 +11:00
Aayush Kapoor 91c39c4151
Update VisualStudio.gitignore 2017-11-17 21:51:29 +05:30
Noctis- bc18e2f16f
Update comment 2017-11-16 09:09:25 +10:00
Dean Butcher 238d3a6861 Ignore Visual Studio 2017 generated files. 2017-11-14 21:57:28 -04:00
synepis 301da25ffd Ignore Nuget package directory name casing
It looks like VS2017 changed it's nuget package directory name to be capitalized.
When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing.
2017-10-18 14:38:08 +01:00
jimbob7198 54fbcf0e8d Add exclusion of Visual Studio trace files (*.e2e) 2017-09-20 16:05:57 +01:00
Brendan Forster 9385cd8288 Merge pull request #2328 from jpdillingham/opencover-visualstudio
Add exclusion for OpenCover UI results
2017-09-09 11:44:25 +10:00
CodeNotFound 5d0e2b713f Adds .gitignore rules for AxoCover
AxoCover is a Code Coverage Tool. It creates a **.axoCover** folder where are created:
- settings in settings.json
- sub-folders into **run** folder which contain code coverage results.

All content into **.axoCover** folder must be ignored except the **settings.json** file.
2017-08-12 05:48:48 +02:00
James Ko feeb9aa628 Update VisualStudio.gitignore 2017-07-30 15:57:56 -04:00
James Ko 3575f11b0c Remove TODO from VS.gitignore 2017-07-29 20:27:45 -04:00
Brendan Forster ebeaf40e66 Merge branch 'master' into tabs-studio 2017-06-10 14:58:34 -03:00
Yann Duran f50f39c3a2 Add Tabs Studio files to VisualStudui.gitignore 2017-06-10 10:15:38 +10:00
Amadeusz Wieczorek 466b5f992d Adds BenchmarkDotNet.Artifacts to VisualStudio.gitignore 2017-06-08 23:12:57 -07:00
julienshepherd 48c2b4f889 Update VisualStudio.gitignore 2017-05-17 21:13:11 +03:00
julienshepherd 841a40d93b add .appx to VisualStudio.gitignore
for .appx files created in the project root directory.
2017-05-09 12:54:22 +03:00
JP Dillingham afdf5de214 Add exclusion for OpenCover UI results 2017-03-18 23:28:28 -05:00
Matt Smith 5ac1b183ac Add ignore for Secondary data files
Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx)
2017-03-13 10:13:39 +00:00
Marc Lewandowski 6686e52dbe update wwwroot/lib description; revert EOF 2017-03-06 13:14:55 -05:00
marcrocny d5724e4198 VS15 bower - default config
In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON.
2017-03-02 17:14:45 -05:00
Robin Hultman 2dcbc21d80 Added BizTalk build output files to ignore list 2017-03-01 10:35:44 +01:00
MichaelKogan df59a91460 Added Telerik's JustMock configruation files 2017-02-28 09:15:00 +02:00
Victor Uriarte e290bf9195 Fix spelling 2017-02-14 18:04:00 -07:00
Brendan Forster 240e551d83 added comment about typings directory 2017-02-02 11:59:53 +01:00
Brendan Forster 02de0de43f Merge branch 'master' into patch-3 2017-02-02 11:54:37 +01:00
Gary Ewan Park a4cdac19de Corrected ignore settings for Cake
- It is recommended to include the packages.config file when using Cake
- This ensures that the Cake version that is being used is *pinned* and updated only when the user decides
2017-01-10 20:51:40 +00:00
Jules Blok e3f8c21a97 VisualStudio: Don't ignore project filters 2017-01-06 13:08:56 +01:00
Henrik W. Moe 4f1b03c640 Replace DNX with .NET Core 2016-11-16 09:52:12 +01:00
ChuckLu e66cf596e0 ignore Properties/launchSettings.json even if Properties is a subfolder 2016-11-07 11:20:03 +08:00
Jørn Christensen f8bf136b5e Added reference to get latest from GitHub.
If the .gitignore file is inlcuded in another project, it may be feasible to have a reference to origin.
2016-11-02 13:29:53 +01:00
Jørn Christensen c6a0ceae08 Added C++ project filter file.
Reference: http://stackoverflow.com/questions/1826901/should-i-add-vcxproj-filter-files-to-source-control
2016-11-02 13:27:57 +01:00
mrs-mrl d226019b72 ignore Visual Studio 6 workspace file
see e.g.
http://stackoverflow.com/a/1530193
https://msdn.microsoft.com/en-us/library/aa241721(v=vs.60).aspx
2016-10-19 13:24:44 +02:00
Jason N. Gaylord 679c64a936 Removed LaunchSettings.json from being committed 2016-10-17 18:49:23 -04:00
Muhammad Rehan Saeed b87e474741 Update VisualStudio.gitignore 2016-09-26 09:27:10 +01:00
Ben Bodenmiller b414451e55 ignore typings directory 2016-09-19 18:07:02 -07:00
Muhammad Rehan Saeed da681d7115 Add support for Cake.Net
Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in.
2016-09-15 08:48:08 +01:00
Filip W 6951912890 added VS code coverage files 2016-09-12 15:34:02 +02:00
Kevin Cunnane 3cdfc09983 Ignore .jfm files in Visual Studio
.jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories.

This fix helps mitigate this by avoiding checkin of this file type.
2016-09-08 18:09:05 -07:00
Matthias 041d63b8eb Added "Python Tools for Visual Studio" to VisualStudio.gitignore
__pycache__/
*.pyc
2016-08-23 08:09:33 +02:00
Pascal Berger 5fdead13b0 Exclude folder for CodeRush settings 2016-08-11 11:01:42 +02:00
James Skimming be2df771ba VisualStudio ignore project.fragment.lock.json
I've just upgraded to ASP.NET Core RC2, and I've found that Visual
Studio is producing a file called project.fragment.lock.json. When I
delete the file it is recreated during build. Given project.lock.json is
already ignored this looks like another file to ignore.
2016-05-23 11:57:39 +01:00
Brendan Forster 4caa9bfad9 Merge pull request #1783 from vladon/Visual-Studio-new-database-engine
Visual studio new database engine
2016-03-31 09:23:43 -07:00
Paul Nakata 716612d39f Add an exclusion for PublishScripts 2016-03-25 15:21:49 -07:00
Tomasz Pluskiewicz 04f53c0b9f ignore folder for non-nuget paket dependencies 2016-03-08 11:03:32 +01:00
Aaron Holmes b2bacc5184 Remote ApplicationInsights.config from VisualStudio.gitignore
Commit a25589c921 introduced an ignore line for ApplicationInsights.config. This change breaks builds on certain systems, namely VSTS.

The current ASP.NET 4 template adds ApplicationInsights.config to the project's .csproj file. When VSTS attempts to build the project, it will fail if it cannot find ApplicationInsights.config.

ApplicationInsights.config is a required application file and should not be ignored.
2016-03-04 13:07:34 -08:00
Brendan Forster 9f8e411bba Merge pull request #1853 from Zenuka/bower_components
Add bower_components to VisualStudio.gitignore
2016-02-24 12:00:08 +11:00
Igal Tabachnik e429db1180 Adding JetBrains Rider (.NET IDE from JetBrains) specific files to ignore 2016-02-18 09:31:24 +02:00
Kagami Sascha Rosylight 7d148a0ca1 remove bower_components as an other PR will add it 2016-02-16 03:11:43 +09:00
Kagami Sascha Rosylight 6ed1790dda remove duplication 2016-02-16 03:09:11 +09:00
Kagami Sascha Rosylight 5154697fd8 store package files 2016-02-16 03:05:30 +09:00
Kagami Sascha Rosylight b32c5d5646 Ignore _pkginfo.txt
https://www.google.com/?gws_rd=ssl#q=_pkginfo.txt&nfpr=1

I found I have this file not being ignored and a quick search shows these files :/
2016-02-16 02:45:41 +09:00
Zenuka 63694d017b bower_components is commented by default 2016-02-12 08:41:18 +01:00
Zenuka a23bb4a523 Update VisualStudio.gitignore
Added bower_components to .gitignore
2016-02-10 16:38:54 +01:00
Brendan Forster 504f54caf8 Merge pull request #1415 from wisitsaks/patch-1
Update VisualStudio.gitignore
2016-01-27 13:11:02 +10:30
Brendan Forster f51f0baa5a Merge pull request #1812 from AArnott/patch-4
Ignore files generated by NuGet v3 project.json
2016-01-15 15:59:30 +11:00
Brendan Forster da521d7bbf Merge pull request #1814 from AArnott/patch-6
Remove `build/` suppression
2016-01-12 13:39:16 +10:30
Anders Lundsgård 65ba08ced7 Name update of Windows Azure
Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/
2015-12-28 20:11:44 +01:00
Anders Lundsgård a25589c921 Ignore Azure ApplicationInsights.config
Ignore Azure ApplicationInsights.config in VisualStudio.gitignore
2015-12-28 20:09:39 +01:00
Andrew Arnott 849fa552f2 Remove `build/` suppression
The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in.

I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder.
2015-12-27 07:57:50 -08:00
Andrew Arnott 346fb93318 Stop ignoring StyleCop.json
StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't.
See 32057fff82/documentation/Configuration.md (source-control) for the documented case.

Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic.
2015-12-27 07:51:37 -08:00
Andrew Arnott 6d1612cff4 Ignore files generated by NuGet v3 project.json 2015-12-27 07:29:24 -08:00
Alexey Belyansky 21f95b3280 Ignore BundleArtifacts folder 2015-12-14 21:52:44 +03:00
Vladislav Yaroslavlev 6b791aca17 New Visual Studio database engine for C++
Added extensions of new database engine for C++ (sqlite-based) from
Visual Studio 2015
(Tools - Options - Text Editor - C/C++ - Experimental - Enable New
Database Engine)
2015-12-04 11:00:50 +03:00
Andrew Stanton-Nurse a393ef8de9 Add 'opendb' file to VisualStudio.gitignore 2015-12-01 11:33:51 -08:00
Curtis Badke b387d8937b Fix typo rfc -> rcf 2015-11-30 15:59:49 -07:00
Curtis Badke 454f5e6cf4 Fix typo for Azure Emulator log directory 2015-11-30 08:45:18 -07:00
Brendan Forster 84ab71cb23 Merge pull request #1647 from m1stegmann/patch-2
Windows Azure Emulator
2015-10-14 12:13:53 +02:00
Brendan Forster 613394b3a9 Merge pull request #1632 from khellang/ghostdoc
Add VisualStudio GhostDoc plugin setting file
2015-10-05 18:51:29 +02:00
Julien Roncaglia 1dff27e662 Ignore FAKE - F# Make cache folder
Recent versions of FAKE uses a cache folder containing a compiled version of all scripts named .fake that should never be commited to git.
2015-10-04 17:00:43 +02:00
Nellemandela 3ceedd266a Added ignore for Paket
Added ignore as recomended in http://fsprojects.github.io/Paket/getting-started.html
2015-09-22 20:02:06 +02:00
Michael Stegmann 338d8f736c Windows Azure Emulator
Ignoring directory "efc" and "rfc" created by the Windows Azure Emulator

Directory before starting emulator the first time:

Directory: C:\temp\AzureCloudService1\AzureCloudService1

Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----         9/1/2015   9:16 AM                bin
d-----         9/1/2015   9:16 AM                WorkerRole1Content
-a----         9/1/2015   9:16 AM           3014 AzureCloudService1.ccproj
-a----         9/1/2015   9:16 AM            144 AzureCloudService1.ccproj.user
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Cloud.cscfg
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Local.cscfg
-a----         9/1/2015   9:16 AM            428 ServiceDefinition.csdef


And after starting the Emulator:

Directory: C:\temp\AzureCloudService1\AzureCloudService1

Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----         9/1/2015   9:16 AM                bin
d-----         9/1/2015   9:19 AM                csx
d-----         9/1/2015   9:19 AM                ecf
d-----         9/1/2015   9:19 AM                obj
d-----         9/1/2015   9:19 AM                rcf
d-----         9/1/2015   9:16 AM                WorkerRole1Content
-a----         9/1/2015   9:16 AM           3014 AzureCloudService1.ccproj
-a----         9/1/2015   9:16 AM            144 AzureCloudService1.ccproj.user
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Cloud.cscfg
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Local.cscfg
-a----         9/1/2015   9:16 AM            428 ServiceDefinition.csdef
2015-09-02 15:46:40 +02:00
Star Peng b34eaa318f Add VisualStudio GhostDoc plugin setting file 2015-08-26 15:29:01 +02:00
Felipe Plets 929482aba8 Add .sap Visual Studio profiler session file
In Windows Phone 8 development each profiler session generates a new .sap file, which is automatically added to the root of the project. This is an XML manifest describing the detailed profiler logs created in the PerfLogs folder.
2015-08-11 13:48:47 -03:00
sfhardman fe783cceeb Correct capitalisation of LightSwitch and omit generated.parameters.xml 2015-07-24 08:42:28 +12:00
sfhardman e965495f2f Add newline at EOF 2015-07-23 11:23:05 +12:00
sfhardman 2d69d6a7e3 Add ignores for Visual Studio Lightswitch build output 2015-07-23 11:21:57 +12:00
JimiC 57355e994d Adding optional ignore proposal for wwwroot folder
There are use cases where you have gulp/grunt tasks that create the static files of a project from bower_components, images, scripts folders.
2015-07-13 19:40:12 +03:00
Jamie Humphries 86516d2d2a Ignore NCrunch temporary files. 2015-07-01 15:45:10 +01:00
Sayed Ibrahim Hashimi 747196008e removing bower_components and fixing typo 2015-05-19 15:27:54 -07:00
Markus Hauge 1e33ef1213 Update VisualStudio.gitignore 2015-05-16 17:34:59 +02:00
Brendan Forster 305d4b5c98 Merge pull request #1374 from richorama/master
added the orleans.codegen.cs file automatically generated by Orleans
2015-05-14 12:21:59 +09:30
Damian Hickey 00e9cd8dec ASPNET5 -> DNX
As discussed in #1505
2015-05-08 09:37:34 +02:00
Brendan Forster 0aee91babc Merge pull request #1503 from LunicLynx/keep-cache-directories
add rule to keep track of directories ending in .Cache
2015-05-08 07:56:40 +09:30