generated from libre-knowledge/subject-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 新增 Git 追蹤排除規則範本與 Git 檔案路徑屬性配置檔範本解決方案
Signed-off-by: brlin <brlin@brlin-musicha-mz-530>
- Loading branch information
Showing
4 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains 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
Submodule The Common .gitignore Templates
added at
1c4c1e
Submodule The Common Gitattributes Template
added at
4b3431