-
-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (22 loc) · 1021 Bytes
/
Copy path.gitattributes
File metadata and controls
25 lines (22 loc) · 1021 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
# Hide any shell scripts from language detection
*.sh linguist-detectable=false
*.bash linguist-detectable=false
# Mark documentation appropriately
*.md linguist-documentation=true
docs/** linguist-documentation=true
documentation/** linguist-documentation=true
site-generator/** linguist-documentation=true
# Ensure Java examples are properly detected
examples/**/*.java linguist-language=Java
*.java linguist-detectable=true
markdown-validator/** linguist-language=Java
plinth-commands-generator/** linguist-language=Java
plinth-agents-generator/** linguist-language=Java
plinth-skills-generator/** linguist-language=Java
# Mark XML files as part of Java ecosystem (transformation definitions)
plinth-skills-generator/**/skill-indexes/**/*.xml linguist-language=Java
plinth-skills-generator/**/skill-references/**/*.xml linguist-language=Java
plinth-commands-generator/**/*.xml linguist-language=Java
plinth-agents-generator/**/*.xml linguist-language=Java
*.xsl linguist-language=Java
*.xslt linguist-language=Java