diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index c7cc12a3db9..593de5bd5f7 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -28,8 +28,6 @@ /.space/ "Kotlin Build Infrastructure" /analysis/ "Kotlin IDE" -/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/DiagnosisCompilerFirTestdataTestGenerated.java "Kotlin Compiler Core" -/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/DiagnosisCompilerTestFE10TestdataTestGenerated.java "Kotlin Compiler Core" /analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/FirIdeSpecTest.java "Kotlin Compiler Core" # UNKNOWN: /annotations/ @@ -384,6 +382,9 @@ /wasm/ "Kotlin Wasm" +# Generated files (no review required) +*Generated.java "Kotlin" + # Singular files /.bunch "Kotlin Build Infrastructure" /.gitattributes "Kotlin Build Infrastructure"