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