summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f9c8d1b1f33b37f7ab9f8ecd3b03467da1aa1d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
### Java ###
build/
!**/src/main/**/build/
!**/src/test/**/build/

### Gradle ###
.gradle
!gradle/wrapper/gradle-wrapper.jar

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### Properties ###
src/main/resources/application.properties