Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d35959

Browse files
committedFeb 6, 2025
update
1 parent f598b5d commit 8d35959

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+440
-207
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ server/**/target
4343
server/**/bucket
4444

4545
.DS_Store
46+
**/.DS_Store
4647
TencentKona-17.0.10.b1-jdk_linux-x86_64.tar.gz
4748
**/secrets.properties

‎server/.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
#
4+
# Linux start script should use lf
5+
/gradlew text eol=lf
6+
7+
# These are Windows script files and should use crlf
8+
*.bat text eol=crlf
9+
10+
# Binary files should be left untouched
11+
*.jar binary
12+

0 commit comments

Comments
 (0)
Please sign in to comment.