Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 331 B
.classpath
.factorypath
.project
.settings/
target/
/bin/
out/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/

### VS Code ###
.vscode/
.gradle/

### macOS ###
*.DS_Store

### Integration tests ###
.gradle

### Environment Configuration ###
*.env