aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f231a3a3bbd70e3b955cbdbfd3ecba8a3257ba44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
target/
.vscode/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
/scripts/helm_tmp/*
/scripts/helm_versions/*
/src/test/resources/tmp

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