Files
jdbc-hospital-example/.gitignore
T
2012-02-29 22:55:08 +01:00

20 lines
141 B
Plaintext

# Ant build
ant/
# Gradle build
build/
# Maven build
target/
# Eclipse
*.classpath
*.project
.settings
bin/
# IDEA
*.iws
*.ipr
*.iml
out/