mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-06 21:00:35 -04:00
migrated to gradle
This commit is contained in:
parent
0dd6fb237d
commit
ecb18b417e
43 changed files with 619 additions and 177 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -1,7 +1,21 @@
|
|||
.gradle
|
||||
build/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
.idea/jarRepositories.xml
|
||||
.idea/compiler.xml
|
||||
.idea/libraries/
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
out/
|
||||
!**/src/main/**/out/
|
||||
!**/src/test/**/out/
|
||||
.idea
|
||||
|
||||
### Eclipse ###
|
||||
.apt_generated
|
||||
|
|
@ -28,5 +42,3 @@ bin/
|
|||
### Mac OS ###
|
||||
.DS_Store
|
||||
|
||||
.idea
|
||||
*.iml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue