Skip to content

Commit

Permalink
新增「Git 版本控制忽略規則範本」與「gitignore - A collection of useful .gitignore tem…
Browse files Browse the repository at this point in the history
…plates」解決方案

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Jan 3, 2022
1 parent 2289647 commit edc50ff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@
path = The Common Gitattributes Template
url = https://github.com/the-common/gitattributes-templates.git
ignore = dirty
[submodule "Git 版本控制忽略規則範本"]
path = Git 版本控制忽略規則範本
url = https://github.com/brlin-tw/Git_ignore_rules_template.git
ignore = dirty
[submodule "gitignore - A collection of useful .gitignore templates"]
path = gitignore - A collection of useful .gitignore templates
url = https://github.com/github/gitignore.git
ignore = dirty
1 change: 1 addition & 0 deletions Git 版本控制忽略規則範本
Submodule Git 版本控制忽略規則範本 added at 51b397
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ Git 版本控制系統<ruby>修訂歷史<rp>(</rp><rt>history</rt><rp>)</rp></ru
提供可快速引入專案中的 Git 版本追蹤排除規則
* [The Common Gitattributes Template](https://github.com/the-common/gitattributes-templates)
提供可快速引入專案中的 Git 檔案路徑屬性配置檔
* [Git 版本控制忽略規則範本](https://github.com/brlin-tw/Git_ignore_rules_template)
提供多種情境適用之 Git 版本追蹤忽略規則
* [gitignore - A collection of useful .gitignore templates](https://github.com/github/gitignore)
由 GitHub 所維護的多情境適用之 Git 追蹤排除規則範本

## 參考資料

Expand Down

0 comments on commit edc50ff

Please sign in to comment.