We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6344d commit 57c3a1aCopy full SHA for 57c3a1a
.prettierignore
@@ -2,7 +2,16 @@
2
/.github/workflows/sync-labels.yml
3
exercises/**/README.md
4
!/README.md
5
+
6
+# Originates from https://github.com/exercism/org-wide-files
7
CODE_OF_CONDUCT.md
8
+LICENSE
9
10
# These are formatted via configlet and will not match prettier
11
exercises/**/.meta/config.json
12
+exercises/**/.approaches/config.json
13
+config.json
14
15
+# Originates from https://github.com/exercism/problem-specifications
16
+exercises/practice/**/.docs/instructions.md
17
+exercises/practice/**/.docs/introduction.md
0 commit comments