chore: ignore tests in tmp package

This commit is contained in:
Skylot
2020-05-04 15:47:30 +01:00
parent 4e3d85887c
commit 692536c584
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ node_modules/
jadx-output/
*-tmp/
**/tmp/
*.dex
*.class
+4
View File
@@ -16,3 +16,7 @@ dependencies {
testCompile 'org.apache.commons:commons-lang3:3.9'
}
test {
exclude '**/tmp/*'
}
@@ -1,2 +0,0 @@
/ExternalTests.java
/*Tmp.java