improved build script structure and explanations

improved IDE configuration
This commit is contained in:
Peter Niederwieser
2012-03-01 01:26:51 +01:00
parent 57ddb0d3fe
commit ff0342ace4
3 changed files with 39 additions and 22 deletions
+9 -6
View File
@@ -1,20 +1,23 @@
# All directories should end in / (information used by ide.gradle)
# Ant
ant
ant/
# Gradle
build
.gradle/
build/
# Maven
target
target/
# Eclipse
.classpath
.project
.settings
bin
.settings/
bin/
# IDEA
*.iws
*.ipr
*.iml
out
out/