Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ac38425

Browse files
committed
refactor(github): reorganize attributes
1 parent 5c16afb commit ac38425

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.gitattributes

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1+
# Mark files as auto-generated to simplify reviews.
12
package-lock.json linguist-generated=true
23
**/package-lock.json linguist-generated=true
4+
apps/server/src/assets/doc_notes/en/User[[:space:]]Guide/** linguist-generated=true
35

4-
apps/server/src/assets/doc_notes/en/User[[:space:]]Guide/** linguist-generated=true linguist-vendored
6+
# Ignore from GitHub language stats.
57
apps/server/src/assets/doc_notes/en/User[[:space:]]Guide/**/*.html eol=lf
6-
apps/server/src/assets/doc_notes/** linguist-documentation
7-
apps/edit-docs/demo/** -linguist-detectable
8-
docs/** linguist-documentation
8+
apps/server/src/assets/doc_notes/** linguist-detectable=false
9+
apps/edit-docs/demo/** linguist-detectable=false
10+
docs/** linguist-detectable=false
911

12+
# Normalize line endings.
1013
docs/**/*.md eol=lf
1114
docs/**/*.json eol=lf
12-
1315
demo/**/*.html eol=lf
1416
demo/**/*.json eol=lf
1517
demo/**/*.svg eol=lf
1618
demo/**/*.txt eol=lf
1719
demo/**/*.js eol=lf
1820
demo/**/*.css eol=lf
19-
2021
*.sh eol=lf

0 commit comments

Comments
 (0)