Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .appends/.github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.swp
.DS_Store

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how this entry got into this project, unless this project is focused on whatever operating system uses this file.

The project .gitignore file should be concerned with solely the things that the project are concerned with.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attempting to address this at the source... see exercism/generic-track#202

bin/configlet
bin/configlet.exe
bin/latest-configlet.tar.gz
bin/latest-configlet.zip
bin/configlet.zip