Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Resource.designer.csをGitの管理から除外する #74

Merged
merged 1 commit into from
Apr 5, 2021

Conversation

keiji
Copy link
Collaborator

@keiji keiji commented Mar 24, 2021

Issue 番号 / Issue ID

目的 / Purpose

Covid19Radar.Android下にあるResources/Resource.designer.csは、自動生成のファイル(Android ProjectのRに相当)なのでGitの管理から除外する。

破壊的変更をもたらしますか / Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request の種類 / Pull Request type

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

検証方法 / How to test

コードの入手 / Get the code

git clone https://github.com/keiji/cocoa.git
cd cocoa
git checkout maintain_gitignore
dotnet restore

確認事項 / What to check

  • ソリューションをVisual Studioで読み込んだ時にCovid19Radar.Android/Resources/Resource.designer.csが生成されること

その他 / Other information

サンプルの.gitignoreを適用してみましたが、削除対象となるファイルはResource.designer.csだけだったので、Resource.designer.csに関するエントリのみ追加してあります。

https://github.com/xamarin/xamarin-forms-samples/blob/master/.gitignore

またsettings.jsonは本来.gitignoreの対象ですが、現時点でGitの管理下にあり、動作に必須と思われるため今回は削除していません。

Copy link
Collaborator

@halsk halsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMです

@keiji keiji merged commit 6e38530 into cocoa-mhlw:master Apr 5, 2021
@keiji keiji deleted the maintain_gitignore branch April 5, 2021 08:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resource.designer.csをGitの管理から除外する提案
2 participants