forked from opengaussexamples/examples
29 lines
324 B
Plaintext
29 lines
324 B
Plaintext
# Build artifacts
|
|
target/
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# IDE configuration files
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Maven files
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
buildNumber.properties
|
|
.mvn/timing.properties
|
|
|