File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22.DS_Store
33bin /configlet
44bin /configlet.exe
5+ bin /latest-configlet.tar.gz
6+ bin /latest-configlet.zip
7+ bin /configlet.zip
You can’t perform that action at this time.
0 commit comments