Skip to content

Commit 73997c5

Browse files
committed
Update .gitattributes and README.md for improved file handling and badge display
1 parent 4ee0217 commit 73997c5

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

.gitattributes

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1 @@
1-
# Auto detect text files and perform LF normalization
2-
* text=auto
3-
4-
# Documents
5-
*.md text diff=markdown
6-
*.txt text
7-
*.pdf binary
8-
9-
# Graphics
10-
*.png binary
11-
*.jpg binary
12-
*.gif binary
13-
*.ico binary
14-
*.svg text
15-
16-
# Source files
17-
*.java text diff=java
18-
*.kt text diff=kotlin
19-
*.xml text
20-
*.properties text
21-
*.gradle text
22-
*.pro text
23-
*.bat text
24-
*.sh text eol=lf
25-
26-
# Android specific
27-
*.aar binary
28-
*.jar binary
29-
*.apk binary
30-
31-
# Git files
32-
*.gitattributes text
33-
*.gitignore text
1+
*.js linguist-vendored

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://github.com/h4fide/mimic/releases"><img src="https://img.shields.io/github/v/release/h4fide/mimic" alt="Version"></a>
99
<a href="https://www.virustotal.com/gui/file/8d7a29c74b9bf60764271e41abbbe261c09976b65d010f695ba7c21d0bcf10d8/detection"><img src="https://img.shields.io/badge/VirusTotal-Safe-success" alt="VirusTotal Scan"></a>
1010
<a href="https://github.com/h4fide/mimic/releases"><img src="https://img.shields.io/github/downloads/h4fide/mimic/total" alt="Downloads"></a>
11-
<a href="https://github.com/h4fide/mimic/issues"><img src="https://img.shields.io/github/issues/h4fide/mimic" alt="Issues"></a>
11+
1212
<a href="https://github.com/h4fide/mimic"><img src="https://img.shields.io/github/stars/h4fide/mimic" alt="Stars"></a>
1313
<a href="https://github.com/h4fide/mimic/commits"><img src="https://img.shields.io/github/last-commit/h4fide/mimic" alt="Last Commit"></a>
1414
</p>

0 commit comments

Comments
 (0)