Skip to content

Commit 2877847

Browse files
committed
Init: 初始化项目
1 parent 6ba76dd commit 2877847

22 files changed

+3761
-0
lines changed

.gitattributes

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# APK files should be treated as binary
2+
*.apk binary
3+
*.aab binary
4+
5+
# Go files
6+
*.go text eol=lf
7+
8+
# Shell scripts
9+
*.sh text eol=lf
10+
11+
# TOML files
12+
*.toml text eol=lf
13+
14+
# Markdown files
15+
*.md text eol=lf
16+
17+
# GitHub Actions
18+
*.yml text eol=lf
19+
*.yaml text eol=lf

0 commit comments

Comments
 (0)