ZIP圧縮対象フォルダ直下の隠しファイルが含まれない問題を修正#4251
Merged
tsuna-can-se merged 1 commit intomainfrom Dec 26, 2025
Hidden character warning
The head ref may contain hidden characters: "feature/\u5727\u7e2e\u5bfe\u8c61\u76f4\u4e0b\u306e\u96a0\u3057\u30d5\u30a1\u30a4\u30eb\u304c\u542b\u307e\u308c\u308b\u3088\u3046\u306b\u3059\u308b"
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
この Pull request は、ZIP圧縮時に隠しファイルが含まれない問題を修正することを目的としています。zipコマンドのパターンを*から.に変更することで、.gitignoreなどの隠しファイルをZIPアーカイブに含めるようにしています。
主な変更点:
- 4つのサンプルアプリケーション(Dressca、ConsoleAppWithDI、AzureADB2CAuth、DresscaCMS)のZIP圧縮コマンドを更新
zip -r ... *からzip -r ... .に変更して隠しファイルを含めるように修正
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tsuna-can-se
approved these changes
Dec 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
この Pull request で実施したこと
実行結果
手動実行の出物からdressca-cms および console-app-with-di 直下の .gitignore 等の隠しファイルが正しく zip に含まれるようになったことを確認しました。
この Pull request では実施していないこと
なし
Issues や Discussions 、関連する Web サイトなどへのリンク
なし