forked from livestorejs/livestore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
20 lines (18 loc) · 828 Bytes
/
Copy path.gitattributes
File metadata and controls
20 lines (18 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Mark SQLite benchmark files as vendored to exclude from GitHub language stats
# These are test fixtures with generated data, not actual source code
packages/@livestore/wa-sqlite/demo/benchmarks/*.sql linguist-vendored
# Genie-generated files - collapse in GitHub PR diffs
# These files are generated from *.genie.ts sources
package.json linguist-generated=true
**/package.json linguist-generated=true
tsconfig.json linguist-generated=true
**/tsconfig.json linguist-generated=true
tsconfig.*.json linguist-generated=true
.github/workflows/*.yml linguist-generated=true
# Lock files - collapse in GitHub PR diffs
*.lock linguist-generated=true
**/*.lock linguist-generated=true
*.lockb linguist-generated=true
**/*.lockb linguist-generated=true
pnpm-lock.yaml linguist-generated=true
**/pnpm-lock.yaml linguist-generated=true