Commit graph

283 commits

Author SHA1 Message Date
Daniel Johnson
35ada6b74a
Merge pull request #4040 from kkostrzewa-coupa/add-trx
Add *.trx to ignored files
2025-06-13 13:35:55 -07:00
Martin Woodward
2b1d7aec2c
Merge pull request #3736 from aruanoguate/handle_dot_refresh_files
Handle .dll.refresh
2025-06-13 19:42:41 +01:00
Tim Hunter
b224b3e854
Merge pull request #4100 from lkurzyniec/feature/ApprovalTests-result-files
Added Approval Tests result files
2025-06-11 09:26:57 -07:00
Devin Dooley
af8cbe919e
Merge pull request #4210 from nagilson/patch-1 2025-06-10 13:17:43 -07:00
Noah Gilson
1d84c6b57c
Update VisualStudio.gitignore 2025-06-10 13:09:42 -07:00
Noah Gilson
ac81151c33
Update PR so it doesnt get deleted 2025-06-10 13:09:13 -07:00
Tim Hunter
9a656787d6
Merge pull request #3600 from tbeu/patch-1
Also ignore *.idb (to match C.gitignore)
2025-06-02 11:53:56 -07:00
Daniel Johnson
094d21a473
Merge pull request #3540 from jumattos/vs-add-out
VisualStudio: add "out" folder to build results
2025-05-29 12:17:35 -07:00
Daniel Johnson
6136f2a8a2
Merge pull request #4584 from janisozaur/patch-1
Add ARM64EC support to VisualStudio.gitignore
2025-05-23 14:02:17 -07:00
Guilherme Arcoverde
10164d7048 Add .aws-sam/ to ignore AWS SAM build artifacts 2025-05-02 12:51:41 -03:00
Daniel Johnson
63f57203de
Merge pull request #4614 from fuzzybair/ncrunch-update
Updated NCrunch cache path for v4.16+
2025-04-25 13:10:18 -07:00
Michał Janiszewski
aa8449f5bf
Add ARM64EC support to VisualStudio.gitignore 2025-02-04 12:48:36 +01:00
Matt Kotsenas
71eddf97b6
Update VisualStudio.gitignore
`Directory.Build.rsp` is a [documented file][1] that allows setting default arguments to command line builds. However, our .gitignore template ignores _all_ `*.rsp` files. which causes confusion:

1. Devs write an .rsp file and if they aren't being attentive forget to commit it
2. Adding it to git requires `git add --force`, which some devs mistake for a destructive or not-recommended action

Thus, explicitly allow the `Directory.Build.rsp` file.

[1]: https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-response-files?view=vs-2022#directorybuildrsp
2024-08-14 17:27:36 -07:00
Kent Bair
63e339f19f Updated NCrunch cache path for v4.16+ 2024-08-02 15:53:33 -06:00
Kevin Kostrzewa
6743515cd3
Moved *.trx to MSTest section 2023-03-01 19:35:33 -05:00
Noah Gilson
3b37c6d06c
Remove JetBrains IDE Files from VS Ignore List
https://github.com/dotnet/sdk/issues/29224
2022-12-13 15:57:24 -08:00
Łukasz Kurzyniec
ae510dd9f4 added Approval Tests result files 2022-07-02 17:16:16 +02:00
Kevin Kostrzewa
64eaff4190
Update comment for ignoring *.trx files 2022-04-15 08:54:49 -04:00
Kevin Kostrzewa
8d481622d5
Ignore *.trx files 2022-04-15 08:53:44 -04:00
n0099
491040e88a
[VisualStudio.gitignore] remove a trailing space 2022-01-26 23:58:07 +08:00
Brian Douglas
a419663ea9
Merge pull request #3845 from kjchome/vshistory
Add Visual Studio History directories (`.vshistory`) to `VisualStudio.gitignore`
2021-12-10 16:05:25 -08:00
Wiblz
093b0fbce9 Replace references of this repo's "master" branch
with "main".
2021-12-06 23:39:54 +01:00
Brian Douglas
c9e02960b8
Merge branch 'main' into master 2021-12-04 15:12:29 -08:00
Brian Douglas
7936b8386d
Merge pull request #3121 from Polda18/master
Update VisualStudio.gitignore
2021-12-04 12:08:42 -08:00
Brian Douglas
a24694b87d
Update VisualStudio.gitignore
Co-authored-by: Jaan Jahilo <jaanjahilo@outlook.com>
2021-12-04 12:06:56 -08:00
Christer van der Meeren
8b1f9b4196
Remove .idea folder from VisualStudio
Conflicts with JetBrains.gitignore. Some files in this directory should be checked in.

Not sure about *.sln.iml, so I'm leaving that. The JetBrains.gitignore file contains commented-out IML stuff with instructions on when to uncomment.
2021-11-24 09:48:11 +01:00
Ken Cross
8d86f889a2 Add Visual Studio History (VSHistory) files 2021-10-03 08:26:51 -04:00
Aaron Sherber
dd412a73a7
Remove nuget.config from VisualStudio.gitignore 2021-09-08 22:24:42 -04:00
Parsa
1503b47796
Revert #3706
Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line.
2021-06-12 14:49:35 +04:30
Alvaro Enrique Ruano
d5962b38af
Making .refresh exclusion optional 2021-05-30 11:17:00 -06:00
Alvaro Enrique Ruano
ac73d272df Handle .dll.refresh 2021-05-14 22:51:17 -06:00
Martin Woodward
888439ee89
Merge pull request #3686 from tustin2121/tustin2121-vs-changes 2021-05-08 14:28:36 +01:00
Martin Woodward
d21a9e8a68
Merge pull request #3722 from timheuer/master
Adding VS Code to global VS family
2021-05-07 19:07:52 +01:00
Martin Woodward
b3ece8cef6
Add newline. 2021-05-07 19:07:24 +01:00
Tim Heuer
5db7eeab30 Adding VS Code to global VS family 2021-05-07 09:47:16 -07:00
Parsa
5f1ce29425
Add nuget.config file
Add nuget.config file because it contains secret data and should be kept localy
2021-04-21 18:45:44 +04:30
tustin2121
fd40ca24de
Add .tlog to the Visual Studio template 2021-03-26 12:32:11 -04:00
tbeu
e07b0dc3ee
Also ignore *.idb (to match C.gitignore)
*.idb files (of VS2005 and probably other versions, too) should be also ignored.
2020-12-19 17:09:50 +01:00
Jullyana Mattos Vycas
f7db945023
VisualStudio: add "out" folder to build results 2020-10-01 11:55:56 -07:00
Justin Gregory
6eff882467
Fix false positives on Coverage*.cs files (#3454)
I added this .gitignore to a project that included a file named CoverageSearchModel.cs, and the file was wrongly ignored.  This change fixes the incorrect use of the range operator on the Coverlet rules.
2020-07-03 17:15:33 -03:00
Daniel Chalmers
2a4de265d3
Add FodyWeavers.xsd to VisualStudio.gitignore (#3380) 2020-04-20 21:27:53 -03:00
Jeffrey Walton
811be05b83
Add Win32/ to gitginore list (#3308)
Visual Studio .Net used Win32/ as one of the default output directories for C and C++ projects. Later, when 64-bit support was added to the toolchain (circa 2005), x64/ was used. The Gitignore files include x64/, but not Win32/. The commit adds support for both Win32/ and x64/.
2020-03-12 08:21:54 -03:00
Patrick Roche
0af689b988
[VisualStudio] Add rule for ScaffoldingReadMe.txt (#3328) 2020-03-11 18:06:43 -03:00
Łukasz Kurzyniec
b4551f2e98 added Coverlet result files as a Code Coverage Tool (#3252) 2019-12-16 09:16:35 -04:00
Matthew
cedf2d1e99 JustCode has been discontinued as the features it provided are now included in Visual Studio 2017 and newer. (#3227) 2019-11-07 08:22:32 -04:00
Paul Smith
26c3d8407c [VisualStudio] add Logs folder (#3143)
* Adding ignore rule for temporary office files.

* Adding Logs folder to ignore file.

* Revert "Adding ignore rule for temporary office files."

This reverts commit f6f191b128.
2019-09-20 12:58:22 -03:00
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
Marek Poláček
ce4e88b4a6
Update VisualStudio.gitignore
Typo
2019-07-16 09:06:11 +02:00
Marek Poláček
e285e4bb06
Update VisualStudio.gitignore
Visual Studio 6.0 files
2019-07-16 08:39:20 +02:00
Dariusz Woźniak
d82e9e96ff NUnit - reorganize (#2960) 2019-05-12 10:00:26 -03:00