summaryrefslogtreecommitdiffstats
path: root/integration/intellij/.gitignore
blob: 96a25be672560a7b734fbf40b9638cab1158e829 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.gradle
**/build/
!src/**/build/

# ignore generated files
src/main/gen/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle/wrapper/gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# These are not needed, but IntelliJ automatically adds them
gradlew
gradlew.bat
gradle/