mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-05 05:18:44 -05:00
chore: cleanup (prettier/git)ignore (#51558)
This commit is contained in:
committed by
GitHub
parent
53a4a23622
commit
2f6430a85e
@@ -1,23 +1,24 @@
|
||||
**/.cache
|
||||
**/public
|
||||
client/static
|
||||
client/**/trending.json
|
||||
client/config/browser-scripts/*.json
|
||||
**/*fixtures*
|
||||
**/public
|
||||
api-server/lib
|
||||
client/**/trending.json
|
||||
client/config/*.json
|
||||
client/config/browser-scripts/*.json
|
||||
client/static
|
||||
curriculum-server/data/curriculum.json
|
||||
curriculum/challenges/_meta/*/*
|
||||
curriculum/challenges/**/*
|
||||
client/config/*.json
|
||||
docs/**/*.md
|
||||
e2e/playwright/.auth
|
||||
pnpm-lock.yaml
|
||||
shared/config/*.js
|
||||
shared/config/curriculum.json
|
||||
shared/utils/get-lines.js
|
||||
shared/utils/get-lines.test.js
|
||||
shared/utils/is-audited.js
|
||||
shared/utils/validate.js
|
||||
shared/utils/validate.test.js
|
||||
shared/utils/is-audited.js
|
||||
pnpm-lock.yaml
|
||||
web/.next
|
||||
curriculum-server/data/curriculum.json
|
||||
docs/**/*.md
|
||||
client/src/components/Donation/types.js
|
||||
tools/ui-components/dist
|
||||
tools/ui-components/types
|
||||
web/.next
|
||||
|
||||
4
client/.gitignore
vendored
4
client/.gitignore
vendored
@@ -15,10 +15,6 @@ static/curriculum-data
|
||||
config/browser-scripts/*.json
|
||||
i18n/locales/**/trending.json
|
||||
|
||||
# TODO: Remove once you've figured out why it's generated.
|
||||
# JS that probably should not be generated
|
||||
src/components/Donation/types.js
|
||||
|
||||
# Config
|
||||
|
||||
config/env.json
|
||||
|
||||
Reference in New Issue
Block a user