-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
42 lines (39 loc) · 1.14 KB
/
.gitattributes
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
###########################################################
#To apply the changes affecting EOL you need to do the following 4 steps
#1. modify your gitattributes to your desired state then commit this
#2. make sure you have no local changes
#3. git rm --cached -r .
#4. git reset --hard
###########################################################
#add any extension you need
*.cmd text eol=lf
*.gradle text eol=lf
*.groovy text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.java text eol=lf
*.js text eol=lf
*.jsp text eol=lf
*.launch text eol=lf
*.md text eol=lf
*.properties text eol=lf
*.py text eol=lf
*.sh text eol=lf
*.txt text eol=lf
*.vm text eol=lf
*.xml text eol=lf
.classpath text eol=lf
.project text eol=lf
Jenkinsfile text eol=lf
*.bat text eol=crlf
*.class binary
*.dll binary
*.exe binary
*.gif binary
*.gz binary
*.jar binary
*.jpg binary
*.png binary
*.tar binary
*.tgz binary
*.zip binary