-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (33 loc) · 1022 Bytes
/
.gitattributes
File metadata and controls
37 lines (33 loc) · 1022 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
# Xử lý tự động Line Ending cho hệ điều hành
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.js text diff=javascript
*.jsx text diff=javascript
*.ts text diff=typescript
*.tsx text diff=typescript
*.json text diff=json
*.css text diff=css
*.scss text diff=css
*.md text diff=markdown
*.html text diff=html
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.ttf binary
*.woff binary
*.woff2 binary
# Ngôn ngữ lập trình thống kê cho Github (Bỏ qua các thư mục dependencies)
node_modules/* linguist-vendored
dist/* linguist-vendored
.next/* linguist-vendored
coverage/* linguist-vendored
client/pnpm-lock.yaml linguist-generated
server/pnpm-lock.yaml linguist-generated
server/package-lock.json linguist-generated