mirror of
https://github.com/CPTProgrammer/ChatPlus.git
synced 2025-05-12 23:08:13 +08:00

- Remove legacy code and replace with new implementation - Update version to 1.0.0 - Adjust build configurations and dependencies.
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
#
|
|
# https://help.github.com/articles/dealing-with-line-endings/
|
|
#
|
|
# Linux start script should use lf
|
|
/gradlew text eol=lf
|
|
|
|
* test=auto eol=lf
|
|
|
|
# These are Windows script files and should use crlf
|
|
*.bat text eol=crlf |