diff --git a/.gitignore b/.gitignore index c426c32..03a0027 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ build/ !**/src/main/**/build/ !**/src/test/**/build/ +.kotlin/ + ### STS ### .apt_generated .classpath @@ -33,4 +35,4 @@ out/ /.nb-gradle/ ### VS Code ### -.vscode/ \ No newline at end of file +.vscode/