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