Archived
0

Переход на Gradle

This commit is contained in:
2015-09-11 12:56:31 +03:00
parent 2521938808
commit 9e4d4a045e
3 changed files with 38 additions and 85 deletions

28
.gitignore vendored
View File

@@ -1,8 +1,20 @@
## General ##
lib/
target/
## IDEA ##
.idea/
out/
*.iml
## IDEA ##
.idea/
out/
*.iml
*.ipr
*.iws
## ECLIPSE ##
.settings/
bin/
.classpath
.project
## GRADLE ##
.gradle/
build/
## OTHER ##
libs/
target/