diff --git a/.appends/.github/labels.yml b/.appends/.github/labels.yml index f6fec490..bb722a12 100644 --- a/.appends/.github/labels.yml +++ b/.appends/.github/labels.yml @@ -3,10 +3,6 @@ # https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. # # ----------------------------------------------------------------------------------------- # -- name: "bug" - description: "" - color: "ee0701" - - name: "duplicate" description: "" color: "cccccc" @@ -15,14 +11,18 @@ description: "" color: "84b6eb" -- name: "help wanted" - description: "" - color: "128A0C" - - name: "invalid" description: "" color: "e6e6e6" +- name: "needs maintainer" + description: "" + color: "fc2929" + +- name: "new track" + description: "" + color: "159818" + - name: "question" description: "" color: "cc317c" diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..57eddf3b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +# Handle line endings automatically for files detected as text +# and leave all files detected as binary untouched. +* text=auto + +# Force the following filetypes to have unix eols, so Windows does not break them +*.* text eol=lf + +# Force bash scripts to always use lf line endings so that if a repo is accessed +# in Unix via a file share from Windows, the scripts will work. +*.sh text eol=lf + +# Force batch scripts to always use CRLF line endings so that if a repo is accessed +# in Windows via a file share from Linux, the scripts will work. +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf diff --git a/.gitignore b/.gitignore index 6a513a06..1a939806 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -*.swp .DS_Store bin/configlet bin/configlet.exe +bin/latest-configlet.tar.gz +bin/latest-configlet.zip +bin/configlet.zip