-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (24 loc) · 957 Bytes
/
Copy path.gitattributes
File metadata and controls
27 lines (24 loc) · 957 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
# Auto detect text files and perform LF normalization
* text=auto
# Normalize line endings for specific file types
*.php text eol=lf
*.json text eol=lf
*.js text eol=lf
*.sh text eol=lf
# Exclude third-party or generated files from GitHub language stats
src/resource/* linguist-vendored=true
src/bravedave/public/*
src/bravedave/public/* linguist-vendored=true
**/src/bravedave/public/* linguist-vendored
src/bravedave/dvc/css/bootstrap-icons/* linguist-vendored
src/bravedave/dvc/css/bootstrap4/* linguist-vendored=true
src/bravedave/dvc/css/bootstrap5/* linguist-vendored=true
src/bravedave/dvc/js/bootstrap4/* linguist-vendored=true
src/bravedave/dvc/js/bootstrap5/* linguist-vendored=true
src/bravedave/dvc/js/dayjs/* linguist-vendored=true
# Exclude specific files from language stats
*.cmd linguist-detectable=true
*.sh linguist-detectable=true
run.cmd linguist-vendored=true
run.sh linguist-vendored=true
httpd-minimal.conf linguist-vendored=true