Files
community-rule/.gitignore
T
adilallo 147dd013ab
CI Pipeline / test (20) (pull_request) Successful in 4m0s
CI Pipeline / test (18) (pull_request) Successful in 4m5s
CI Pipeline / e2e (chromium) (pull_request) Failing after 3m8s
CI Pipeline / visual-regression (pull_request) Has been cancelled
CI Pipeline / performance (pull_request) Has been cancelled
CI Pipeline / storybook (pull_request) Has been cancelled
CI Pipeline / lint (pull_request) Has been cancelled
CI Pipeline / build (pull_request) Has been cancelled
CI Pipeline / e2e (firefox) (pull_request) Has been cancelled
CI Pipeline / e2e (webkit) (pull_request) Has been cancelled
Fix visual regression test snapshot naming and add missing snapshots
2025-09-02 22:52:33 -06:00

71 lines
1.2 KiB
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# Playwright
/test-results/
/playwright-report/
# Visual regression snapshots (allow these)
!tests/e2e/visual-regression.spec.ts-snapshots/
!tests/e2e/visual-regression.spec.ts-snapshots/*.png
# Footer and header responsive snapshots (allow these)
!tests/e2e/footer.responsive.spec.js-snapshots/
!tests/e2e/footer.responsive.spec.js-snapshots/*.png
!tests/e2e/header.responsive.spec.js-snapshots/
!tests/e2e/header.responsive.spec.js-snapshots/*.png
# Ignore other image files
*.png
*.jpg
*.jpeg
*.gif
*.webm
*.mp4
*.mov
*.avi
*.mkv
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
*storybook.log
storybook-static
# storybook config files (to avoid git changes when switching between local and production)
.storybook/main.js
.storybook/preview.js