chore: ignore tests in tmp package
This commit is contained in:
@@ -25,6 +25,7 @@ node_modules/
|
||||
|
||||
jadx-output/
|
||||
*-tmp/
|
||||
**/tmp/
|
||||
|
||||
*.dex
|
||||
*.class
|
||||
|
||||
@@ -16,3 +16,7 @@ dependencies {
|
||||
|
||||
testCompile 'org.apache.commons:commons-lang3:3.9'
|
||||
}
|
||||
|
||||
test {
|
||||
exclude '**/tmp/*'
|
||||
}
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
/ExternalTests.java
|
||||
/*Tmp.java
|
||||
Reference in New Issue
Block a user