LoginSystem/.gitignore
Dreeam cd73603e3f
Update Gradle and other stuff (#241)
* Update

* Don't filter files under `META-INF`

* Update workflow
2025-01-28 11:08:23 +08:00

17 lines
154 B
Plaintext

# Mac filesystem dust
.DS_Store/
.DS_Store
# Linux temp files
*~
# IntelliJ
*.iml
.idea
# Gradle
!gradle/wrapper/gradle-wrapper.jar
.gradle
build
outs