git files

This commit is contained in:
Xujiayao 2025-07-30 20:20:54 +08:00
parent 9c57545cf3
commit fede0fa335
2 changed files with 25 additions and 1 deletions

12
.gitattributes vendored Normal file
View file

@ -0,0 +1,12 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf
# Binary files should be left untouched
*.jar binary

14
.gitignore vendored
View file

@ -5,6 +5,10 @@ build/
out/
classes/
# Eclipse
*.launch
# IDEA
.idea/
@ -12,6 +16,14 @@ classes/
*.ipr
*.iws
# VSCode
.settings/
.vscode/
bin/
.classpath
.project
# macOS
*.DS_Store
@ -25,4 +37,4 @@ run/
hs_err_*.log
replay_*.log
*.hprof
*.jfr
*.jfr