geoserver-cloud/.gitignore
Gabriel Roldan 63296ac6f5 ExtendedCatalogFacade improvements for handling generic CatalogInfos
* Add methods to ExtendedCatalogFacade to handle add/remove operations
for CatalogInfos in a generic way.

* Improve BusAmqpIntegrationTests to check incoming remote objects are fully resolved
* Refactor remote events configuration separating autoconfiguration from configuration
2024-02-11 19:42:26 -03:00

46 lines
688 B
Plaintext

target
!.mvn/wrapper/maven-wrapper.properties
.mvn/wrapper
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
/build/
### artifact created by test runs, under src/main/webapp on some projects
### TODO: get rid of them instead by fixing the tests to use in-memory or tmp folder catalogs
webapp
# https://bugs.openjdk.java.net/browse/JDK-8214300
.attach_pid*
.flattened-pom.xml
docker-compose_datadir*
/.metadata/
.vscode
# Yourkit Java Profiler docker compose env file with private token
.env.yjp
hs_err_pid*.log