Update Gradle and other stuff (#241)

* Update

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

* Update workflow
This commit is contained in:
Dreeam
2025-01-27 22:08:23 -05:00
committed by GitHub
parent ed3091994d
commit cd73603e3f
10 changed files with 30 additions and 14 deletions
+13 -1
View File
@@ -1,4 +1,16 @@
.gradle
# Mac filesystem dust
.DS_Store/
.DS_Store
# Linux temp files
*~
# IntelliJ
*.iml
.idea
# Gradle
!gradle/wrapper/gradle-wrapper.jar
.gradle
build
outs