1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 00:10:11 +02:00
Commit Graph

235 Commits

Author SHA1 Message Date
steveh-ivendi
f900e7e0dd Ignore the .ionide working folder (#3108)
If you have the [Ionide](http://ionide.io/) tools installed you will get an `.ionide` directory created in each directory that you open with VS Code, regardless of whether or not you are using F#.
2019-07-21 10:45:57 -03:00
Dariusz Woźniak
d82e9e96ff NUnit - reorganize (#2960) 2019-05-12 10:00:26 -03:00
Alvaro Enrique Ruano
8f83007b29 Update VisualStudio.gitignore to add a safer rule for rdl backups (#3047) 2019-05-02 12:37:20 -03:00
Alessio Franceschelli
65bb94ddc1 Update VisualStudio.gitignore to ignore NuGet Symbol Packages (#3041)
This is to ignore the new Nuget Symbol Packages, which are now the recommended approach for debug symbols of public NuGet packages.
https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg
2019-04-25 15:52:35 -03:00
Jimmy Lewis
7f765e3f2a Remove wwwroot/lib exclusion for ASP.NET Core (#3009)
ASP.NET Core projects no longer use Bower by default (since Bower is now deprecated), and instead create static files in the wwwroot/lib path.  This path is can also be used by convention for ASP.NET Core developers, and since it's no longer populated by Bower, it is unituitive to be excluded by default.

This change removes the lines added by #2307.

**Reasons for making this change:**

VS default flow is now broken by excluding files required to run an ASP.NET Core project.

**Links to documentation supporting these rule changes:**

The changes to the ASP.NET Core templates was tracked by https://github.com/aspnet/templating/issues/48.
2019-03-20 19:06:32 -03:00
Nick
bbd09f3585 Add more Windows Store app package types (#2995)
Visual Studio can also generate .appxbundle and .appxupload files for Windows Store apps.
See: https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps#types-of-app-packages
2019-03-14 08:58:52 -03:00
José Fabio Martinez Gonzalez
b960d3c704 Update VisualStudio.gitignore file (#2975)
* Update VisualStudio.gitignore file
2019-03-11 11:57:00 -03:00
Coskun Sunali
96baa6309f Remove Rider (idea) ignore statements from VS (#2991)
Rider has its own ignore file, so does Visual Studio. The ignore statements for Rider (idea) IDE should be removed from Visual Studio .gitignore file template.
2019-03-11 10:07:27 -03:00
Terje Sandstrom
8dff1bed1a Added backup folder for Package Reference Convert tool in VS 2017 2019-02-13 22:23:42 +01:00
Jason Davis
d72f17f13e
Update VisualStudio.gitignore
Ignore backup files from editing reports
2019-02-07 16:20:14 -07:00
Kexy Biscuit
4e9a58b9af
Remove trailing whitespace added last commit. 2019-01-29 23:09:28 +08:00
Brendan Forster
d1baec1bf1
Merge pull request #2907 from HassanHashemi/patch-1
[Visual studio] Ignore health check temp database
2018-12-19 14:25:48 -04:00
Hassan Hashemi
98a3e85f01
cleanup 2018-12-19 08:56:20 -08:00
Hassan Hashemi
5bbde8f927
Update the rule 2018-12-19 09:52:27 +03:30
Hassan Hashemi
db53e8cfc9
Changed the rule to healthchecksdb 2018-12-19 09:52:00 +03:30
Hassan Hashemi
6cc207982e
Add * wildcard 2018-12-18 11:27:45 -08:00
Hassan Hashemi
5abe1395f1
Remove empty line 2018-12-16 09:52:34 -08:00
Hassan Hashemi
2861abc28c
Add BeatPulse specific section 2018-12-16 09:51:36 -08:00
Hassan Hashemi
b2310e0ddc
Ignore health check temp database
Ignore liveness db which belongs to:
https://github.com/Xabaril/BeatPulse
2018-12-13 06:53:53 -08:00
Wouter de Vries
38b9fdf4fb Only unignore directories that have at least a character ending with .cache 2018-12-06 10:17:16 +01:00
Brendan Forster
e313e296c1
Merge pull request #2307 from marcrocny/marcrocny-patch-1
[VisualStudio] ASP.NET Core - bower - default config
2018-11-23 16:15:49 -04:00
Chris Gunn
b3d1e72efb Add ARM and ARM64 to Visual Studio's ignore file. 2018-11-02 14:39:00 -07:00
Kevin R. Raney
3f0a607c11
Update VisualStudio.gitignore
This will ignore SQL Server Reporting Services user files
2018-09-27 11:27:56 -06:00
Andrew
b0b1b52543
No need to fully exclude CodeRush settings
Currently, CodeRush provides the capability to store team settings and images used in Rich Comments and they should be shared among all team members. I have corrected the gitignore file to exclude only personal settings.
2018-09-18 10:10:17 +03:00
Jeff Cyr
a89e5e1464
Added *_wpftmp.csproj ignore 2018-09-14 16:10:52 -04:00
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