improved build script structure and explanations
improved IDE configuration
This commit is contained in:
+9
-6
@@ -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/
|
||||
Reference in New Issue
Block a user