1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-08-04 11:43:58 +00:00
direct-file/direct-file/status/.gitignore
2025-06-05 15:58:51 -04:00

43 lines
571 B
Text

HELP.md
target/
!**/src/main/**/target/
!**/src/test/**/target/
*.jar
/src/main/resources/spotbugs/output/spotbugs.xml
### 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/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Special ###
/src/main/resources/application-local.*
src/test/resources/private.p12
src/test/resources/private.p12
### Gradle ###
/.gradle/
/build/