Update Gradle and other stuff (#241)
* Update * Don't filter files under `META-INF` * Update workflow
This commit is contained in:
+13
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user