Skip to content

Commit c95a717

Browse files
sync labels.yml from generic-track
also sync .gitattributes .gitignore
1 parent cdb0b9f commit c95a717

3 files changed

Lines changed: 80 additions & 8 deletions

File tree

.appends/.github/labels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. #
44
# ----------------------------------------------------------------------------------------- #
55

6-
- name: "bug"
7-
description: ""
8-
color: "ee0701"
9-
106
- name: "duplicate"
117
description: ""
128
color: "cccccc"
@@ -15,14 +11,18 @@
1511
description: ""
1612
color: "84b6eb"
1713

18-
- name: "help wanted"
19-
description: ""
20-
color: "128A0C"
21-
2214
- name: "invalid"
2315
description: ""
2416
color: "e6e6e6"
2517

18+
- name: "needs maintainer"
19+
description: ""
20+
color: "fc2929"
21+
22+
- name: "new track"
23+
description: ""
24+
color: "159818"
25+
2626
- name: "question"
2727
description: ""
2828
color: "cc317c"

.gitattributes

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Handle line endings automatically for files detected as text
2+
# and leave all files detected as binary untouched.
3+
* text=auto
4+
5+
# Force the following filetypes to have unix eols, so Windows does not break them
6+
*.* text eol=lf
7+
8+
# Windows forced line-endings
9+
/.idea/* text eol=crlf
10+
11+
# Custom for Visual Studio
12+
*.cs diff=csharp
13+
*.sln merge=union
14+
*.csproj merge=union
15+
*.vbproj merge=union
16+
*.fsproj merge=union
17+
*.dbproj merge=union
18+
19+
# Standard to msysgit
20+
*.doc diff=astextplain
21+
*.DOC diff=astextplain
22+
*.docx diff=astextplain
23+
*.DOCX diff=astextplain
24+
*.dot diff=astextplain
25+
*.DOT diff=astextplain
26+
*.pdf diff=astextplain
27+
*.PDF diff=astextplain
28+
*.rtf diff=astextplain
29+
*.RTF diff=astextplain
30+
31+
#
32+
## These files are binary and should be left untouched
33+
#
34+
35+
# (binary is a macro for -text -diff)
36+
*.png binary
37+
*.jpg binary
38+
*.jpeg binary
39+
*.gif binary
40+
*.ico binary
41+
*.mov binary
42+
*.mp4 binary
43+
*.mp3 binary
44+
*.flv binary
45+
*.fla binary
46+
*.swf binary
47+
*.gz binary
48+
*.zip binary
49+
*.7z binary
50+
*.ttf binary
51+
*.eot binary
52+
*.woff binary
53+
*.pyc binary
54+
*.pdf binary
55+
*.ez binary
56+
*.bz2 binary
57+
*.swp binary
58+
59+
*.tgz filter=lfs diff=lfs merge=lfs -text
60+
*.psd filter=lfs diff=lfs merge=lfs -text
61+
62+
# Force bash scripts to always use lf line endings so that if a repo is accessed
63+
# in Unix via a file share from Windows, the scripts will work.
64+
*.sh text eol=lf
65+
66+
# Force batch scripts to always use CRLF line endings so that if a repo is accessed
67+
# in Windows via a file share from Linux, the scripts will work.
68+
*.{cmd,[cC][mM][dD]} text eol=crlf
69+
*.{bat,[bB][aA][tT]} text eol=crlf

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
.DS_Store
33
bin/configlet
44
bin/configlet.exe
5+
bin/latest-configlet.tar.gz
6+
bin/latest-configlet.zip
7+
bin/configlet.zip

0 commit comments

Comments
 (0)