mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 01:12:08 +08:00
- Add .gitattributes files, set file line breaks and binary files to handle - Create .gitignore files, ignore unnecessary project files and directories - Create a new build.gradle.kts file, configure root project properties and dependencies
4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
/gradlew text eol=lf
|
|
*.bat text eol=crlf
|
|
*.jar binary
|