GitIgnore changes for CSharp

main
Jaime9070 2023-12-03 13:45:32 +01:00
parent 0629ec1111
commit f0fe63d146
9 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
**/target/ **/target/
**/*rs.bk **/*rs.bk
**/calibration_document.txt **/calibration_document.txt
**/.vsidx

View File

@ -5,7 +5,7 @@ VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode", "AdventOfCode\AdventOfCode.csproj", "{4D56E1C0-374C-446F-A0FD-42048ADE935D}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode", "AdventOfCode\AdventOfCode.csproj", "{4D56E1C0-374C-446F-A0FD-42048ADE935D}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DayOne", "DayOne\DayOne.csproj", "{0988CC6B-5B4F-4CC7-814A-C07D27244099}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DayOne", "DayOne\DayOne.csproj", "{0988CC6B-5B4F-4CC7-814A-C07D27244099}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -11,4 +11,10 @@
<ProjectReference Include="..\DayOne\DayOne.csproj" /> <ProjectReference Include="..\DayOne\DayOne.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="RandomFiles\calibraciones.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project> </Project>