mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-02 11:37:50 +00:00
- add forge module - github actions build and release - aim for all-in-one jar supporting both fabric and forge **NOTICE** Forge support is not currently working. Signed-off-by: Lucas Petrino <nsx1lucas@gmail.com>
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
#
|
|
# 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
|
|
|