Skip to content

Commit

Permalink
feat: 新增 Git 追蹤排除規則範本與 Git 檔案路徑屬性配置檔範本解決方案
Browse files Browse the repository at this point in the history
Signed-off-by: brlin <brlin@brlin-musicha-mz-530>
  • Loading branch information
brlin-tw committed Jan 3, 2022
1 parent 02ecbd0 commit 8149984
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
#
# Copyright 2021 林博仁(Buo-ren, Lin) <[email protected]>
# SPDX-License-Identifier: CC-BY-SA-4.0
[submodule "The Common .gitignore Templates"]
path = The Common .gitignore Templates
url = https://github.com/the-common/gitignore-templates.git
ignore = dirty
[submodule "The Common Gitattributes Template"]
path = The Common Gitattributes Template
url = https://github.com/the-common/gitattributes-templates.git
ignore = dirty
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ Git 版本控制系統<ruby>修訂歷史<rp>(</rp><rt>history</rt><rp>)</rp></ru

## 解決方案

(待補)
* [The Common .gitignore Templates](https://github.com/the-common/gitignore-templates)
提供可快速引入專案中的 Git 版本追蹤排除規則
* [The Common Gitattributes Template](https://github.com/the-common/gitattributes-templates)
提供可快速引入專案中的 Git 檔案路徑屬性配置檔

## 參考資料

Expand Down
1 change: 1 addition & 0 deletions The Common .gitignore Templates
1 change: 1 addition & 0 deletions The Common Gitattributes Template

0 comments on commit 8149984

Please sign in to comment.