-
Anuj Gupta authoredAnuj Gupta authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 534 B
**/.idea
**/target
**/build
**/.gradle
**/out
**/*.iml
**/dependency-reduced-pom.xml
HELP.md
target/
bin/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### 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/
### VS Code ###
.vscode/
.gradle/
### macOS ###
*.DS_Store
### Integration tests ###
.gradle
### Environment Configuration ###
*.env