Ignore auto-generated files in test projects. (#384)

This commit is contained in:
Yan Zhang 2018-08-29 11:16:46 +08:00 committed by GitHub
parent a45353d964
commit 8aa451f1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
testprojects/12.gradle/.gitignore vendored Normal file
View File

@ -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