mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
fix: ignore generated test files (#65656)
This commit is contained in:
committed by
GitHub
parent
0dc6f39584
commit
904dd9b871
+13
-20
@@ -1,24 +1,17 @@
|
|||||||
.*/*
|
.*/*
|
||||||
**/.cache
|
**/.cache
|
||||||
**/*fixtures*
|
**/*fixtures*
|
||||||
client/**/trending.json
|
/client/**/trending.json
|
||||||
client/**/search-bar.json
|
/client/**/search-bar.json
|
||||||
client/config/*.json
|
/client/config/*.json
|
||||||
client/config/browser-scripts/*.json
|
/client/static
|
||||||
client/static
|
/client/public
|
||||||
client/public
|
/curriculum/challenges/_meta/*/*
|
||||||
curriculum/challenges/_meta/*/*
|
/curriculum/challenges/**/*
|
||||||
curriculum/challenges/**/*
|
/curriculum/i18n-curriculum
|
||||||
curriculum/i18n-curriculum
|
/curriculum/generated
|
||||||
curriculum/generated
|
/curriculum/src/test/stubs
|
||||||
docs/**/*.md
|
/e2e/playwright
|
||||||
/playwright
|
/pnpm-lock.yaml
|
||||||
pnpm-lock.yaml
|
/tools/challenge-editor
|
||||||
shared/config/*.js
|
|
||||||
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
|
|
||||||
tools/challenge-editor
|
|
||||||
dist
|
dist
|
||||||
|
|||||||
Reference in New Issue
Block a user