Files
jdbc-hospital-example/.gitignore
T
2012-03-01 01:26:51 +01:00

23 lines
199 B
Plaintext

# All directories should end in / (information used by ide.gradle)
# Ant
ant/
# Gradle
.gradle/
build/
# Maven
target/
# Eclipse
.classpath
.project
.settings/
bin/
# IDEA
*.iws
*.ipr
*.iml
out/