aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: af5b65fcb8d3bd07f46bf14a6dcc609532a022a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ignore everything
/*

# Folders
!/gradle
!/src
!/.github

# Files
!/.gitattributes
!/.gitignore
!/.editorconfig
!/build.gradle
!/gradle.properties
!/gradlew
!/gradlew.bat
!/HEADER
!/LICENSE
!/README.md
!/settings.gradle
!/Jenkinsfile
!/checkstyle.xml