-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (35 loc) · 782 Bytes
/
Copy path.gitattributes
File metadata and controls
44 lines (35 loc) · 782 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
36
37
38
39
40
41
42
43
44
# Auto detect text files and perform LF normalization
* text=auto eol=lf
# TypeScript / JavaScript
*.ts text eol=lf diff=typescript
*.tsx text eol=lf diff=typescript
*.js text eol=lf
*.jsx text eol=lf
*.mjs text eol=lf
*.cjs text eol=lf
# GDScript
*.gd text eol=lf
# Godot scene/resource files
*.tscn text eol=lf
*.tres text eol=lf
*.gdextension text eol=lf
# Config
*.json text eol=lf
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.cfg text eol=lf
# Markdown
*.md text eol=lf diff=markdown
# Shell
*.sh text eol=lf
# Docker
Dockerfile text eol=lf
docker-compose.yml text eol=lf
# Ensure lock files are not modified
pnpm-lock.yaml text eol=lf -diff linguist-generated
bun.lock text eol=lf -diff linguist-generated
# Binary
*.png binary
*.jpg binary
*.ico binary