-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (35 loc) · 1.2 KB
/
.gitattributes
File metadata and controls
44 lines (35 loc) · 1.2 KB
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
43
44
* text=auto
# Source files
*.java text diff=java
*.xml text
*.properties text
# Web files
*.html text diff=html
*.css text
*.js text
# Documentation
*.md text diff=markdown
*.txt text
# Configuration files
*.yml text
*.yaml text
.editorconfig text
.gitignore text
.gitattributes text
# Scripts
*.sh text eol=lf
*.bat text eol=crlf
# Archives
*.jar binary
*.zip binary
*.tar binary
*.gz binary
# Test files - specific binary files
src/test/resources/org/htmlunit/cyberneko/testfiles/test010.html binary
src/test/resources/org/htmlunit/cyberneko/testfiles/test011.html binary
src/test/resources/org/htmlunit/cyberneko/testfiles/test-augmentations-following-cdata.html binary
src/test/resources/org/htmlunit/cyberneko/testfiles/test-augmentations-script-content.html binary
src/test/resources/org/htmlunit/cyberneko/testfiles/test-newline-in-attribute-lf.html binary
src/test/resources/org/htmlunit/cyberneko/testfiles/test-newline-in-pi-lf.html binary
src/test/resources/org/htmlunit/cyberneko/testfiles/meta/test-meta-charset-shift_jis.html binary
src/test/resources/org/htmlunit/cyberneko/testfiles/meta/test-meta-charset-koi8-u.html binary