Updated .gitignore and project name

This commit is contained in:
Svetlana Isakova
2019-12-20 18:31:19 +01:00
parent 6b7602357f
commit ff58322972
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.gradle
.idea
out
build
*.iml

View File

@ -1,2 +1,2 @@
rootProject.name = 'coroutines'
rootProject.name = 'intro-coroutines'