-
Notifications
You must be signed in to change notification settings - Fork 292
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (27 loc) · 844 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (27 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Build files
dist/
build/
# vite-plugin-electron stub at project root
/index.html
# TypeScript incremental compilation cache
*.tsbuildinfo
# Environment variables
.env
# Dependency directories
node_modules/
.pnpm-store/
# Generated GraphQL Files
schema.graphql
# Coverage directory used by tools like istanbul
coverage
*.lcov
# Visual regression screenshots. Only the Linux baselines CI compares against
# are committed; anything generated on a developer's own OS would never match
# it (font rendering differs) and must not become a baseline. Regenerate with
# `pnpm test:visual:update`, which runs in the pinned Linux container.
src/renderer/**/__screenshots__/**/*.png
!src/renderer/**/__screenshots__/**/*-chromium-linux.png
# Actual/diff images written by a failing visual regression run
.vitest-attachments/
# Mac Files
.DS_Store