Ignore auto-generated files in test projects. (#384)
This commit is contained in:
parent
a45353d964
commit
8aa451f1cd
|
@ -0,0 +1,6 @@
|
||||||
|
# Language server somehow recognizes build.gradle and compile this project.
|
||||||
|
# Ignore following generated files to keep SCM clean.
|
||||||
|
.gradle/
|
||||||
|
.settings/
|
||||||
|
.project
|
||||||
|
.classpath
|
Loading…
Reference in New Issue