File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
site-generator/assets/images Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # Hide any shell scripts from language detection
2+ * .sh linguist-detectable =false
3+ * .bash linguist-detectable =false
4+
5+ # Mark documentation appropriately
6+ * .md linguist-documentation =true
7+ docs /** linguist-documentation =true
8+ documentation /** linguist-documentation =true
9+ site-generator /** linguist-documentation =true
10+
11+ # Ensure Java examples are properly detected
12+ examples /** /* .java linguist-language =Java
13+ * .java linguist-detectable =true
14+ system-prompts-generator /** linguist-language =Java
15+
16+ # Mark XML files as part of Java ecosystem (transformation definitions)
17+ system-prompts-generator /** /* .xml linguist-language =Java
18+ * .xsl linguist-language =Java
19+ * .xslt linguist-language =Java
20+
You can’t perform that action at this time.
0 commit comments