From 2eb851db63fcec7a3087bfd857424dcbd489625b Mon Sep 17 00:00:00 2001 From: CGQAQ Date: Wed, 17 May 2023 10:02:46 +0800 Subject: [PATCH] template --- .gitattributes | 5 +++++ .gitignore | 2 ++ CODEOWNERS | 5 +++++ README.md | 1 + 4 files changed, 13 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 CODEOWNERS create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..da04325 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto eol=lf # All files will have LF line endings. +# *.js linguist-generated=true # ignore js +# *.css linguist-generated=true +# *.bat linguist-generated=true +# *.sh linguist-generated=true \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..afff750 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode +.idea \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..e97de62 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +# CODE OWNERS FILE + +# * @global-owner +# *.js @js-owner +# /docs/* docs-owner@example.com \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..866b54a --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# YOUR README \ No newline at end of file