-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
42 lines (20 loc) · 692 Bytes
/
Copy path.gitattributes
File metadata and controls
42 lines (20 loc) · 692 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
# 18th April 2025 (Friday - from IIRS ISRO Dehradun) this file track the changes
# Set default behavior to automatically normalize line endings.
* text=auto
# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
# Kotlin/Java files
*.kt text
*.java text
# XML files
*.xml text
# Android build configs
*.gradle text
*.properties text
# USES
# Controls how Git handles line endings (LF vs CRLF)
# Manages diff settings for certain file types
# Enables things like Git LFS (Large File Storage)
# Helps in cross-platform development (Windows/macOS/Linux)