Skip to content

Commit 2f6430a

Browse files
chore: cleanup (prettier/git)ignore (freeCodeCamp#51558)
1 parent 53a4a23 commit 2f6430a

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

Diff for: .prettierignore

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
**/.cache
2+
**/*fixtures*
23
**/public
3-
client/static
4+
api-server/lib
45
client/**/trending.json
6+
client/config/*.json
57
client/config/browser-scripts/*.json
6-
**/*fixtures*
8+
client/static
9+
curriculum-server/data/curriculum.json
710
curriculum/challenges/_meta/*/*
811
curriculum/challenges/**/*
9-
client/config/*.json
12+
docs/**/*.md
13+
e2e/playwright/.auth
14+
pnpm-lock.yaml
1015
shared/config/*.js
1116
shared/config/curriculum.json
1217
shared/utils/get-lines.js
1318
shared/utils/get-lines.test.js
19+
shared/utils/is-audited.js
1420
shared/utils/validate.js
1521
shared/utils/validate.test.js
16-
shared/utils/is-audited.js
17-
pnpm-lock.yaml
18-
web/.next
19-
curriculum-server/data/curriculum.json
20-
docs/**/*.md
21-
client/src/components/Donation/types.js
2222
tools/ui-components/dist
2323
tools/ui-components/types
24+
web/.next

Diff for: client/.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ static/curriculum-data
1515
config/browser-scripts/*.json
1616
i18n/locales/**/trending.json
1717

18-
# TODO: Remove once you've figured out why it's generated.
19-
# JS that probably should not be generated
20-
src/components/Donation/types.js
21-
2218
# Config
2319

2420
config/env.json

0 commit comments

Comments
 (0)