gitlab-notification/.gitignore

39 lines
458 B
Plaintext
Raw Normal View History

HELP.md
target/
!.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/
/.mvn/wrapper/
/mvnw
/mvnw.cmd
2023-02-23 16:36:59 +03:00
/documentation/site/
/documentation/.cache/
/documentation/ru/site/
/documentation/ru/.cache/