Skip to content

Commit 77faf5b

Browse files
Add .gitattributes
1 parent 3ba6131 commit 77faf5b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.gitattributes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# default behavior
2+
* text=auto
3+
4+
# code files
5+
*.java text eol=lf
6+
7+
# test files
8+
*.xml text eol=lf
9+
*.json text eol=lf
10+
11+
# scripts
12+
*.bat text eol=crlf
13+
*.ps1 text eol=crlf
14+
*.sh text eol=lf
15+
16+
17+
18+

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ target
2121
.gradle
2222
build
2323
.idea/
24-
.gitignore
2524
Settings/servercreds.json
2625
.classpath
2726
.project
2827
/aspose-words-cloud.iml
2928
/out.tmp
29+
30+
# VS Code
31+
.vs/*

0 commit comments

Comments
 (0)