geoserver-cloud/.gitignore
Gabriel Roldan 2a16159670 docs: Add All Contributors page to recognize all contribution types
Implement the All Contributors initiative in the documentation to recognize
contributions of all kinds - not just code. This includes business development,
project management, financial support, user testing, and more.

- Add .all-contributorsrc configuration file at project root
- Create new Community section in documentation
  - docs/src/community/index.md - Community landing page
  - docs/src/community/contributors.md - All Contributors page
- Update docs/mkdocs.yml navigation to include Community section
- Configure htmlproofer to ignore contributors page (has dynamic anchor links)
- Add initial contributors with their contribution types

How to add contributors:

Install the CLI (one-time setup):

```
npm install --save-dev all-contributors-cli

npx all-contributors-cli add <github-username> <contribution-types>

npx all-contributors-cli add username code,doc,test,bug
```
2025-12-06 21:07:58 -03:00

53 lines
756 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
.spotless-index
.venv
node_modules
package-lock.json
package.json