August chao tw patch 6 - #1138
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
此 PR 針對課程資料夾 weeks/week-17/img/ 新增 .gitkeep 檔案,目的是讓該資料夾能被 Git 追蹤(通常用於空目錄保留)。
Changes:
- 新增
weeks/week-17/img/.gitkeep以保留目錄(即使未來變成空目錄)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1 @@ | |||
|
|
|||
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.
This pull request only adds a
.gitkeepfile to theweeks/week-17/imgdirectory. This is a minor change, typically used to ensure that the directory is tracked by Git even if it is empty.