6319ddf78f
* qodana update test use community version * fix: update bug-report.yml and qodana.yaml for improved configuration clarity * chore: configure Git user details for CI environment * [ci skip]fix: update linter image in qodana.yaml to use community version * fix: update linter and action versions to use latest releases * Revert "chore: configure Git user details for CI environment" This reverts commite53b12ac49. * fix: update qodana.yaml to exclude all files instead of just JavaFiles * Revert "qodana update test" This reverts commit4aac78cb72. * [ci skip]fix: update .gitignore and qodana.yaml for project structure changes
17 lines
257 B
Plaintext
17 lines
257 B
Plaintext
# Ignore Gradle project-specific cache directory
|
|
.gradle
|
|
|
|
# Ignore Gradle build output directory
|
|
build
|
|
|
|
/run
|
|
|
|
/lophine-server/build.gradle.kts
|
|
/lophine-api/build.gradle.kts
|
|
/lophine-server/src/minecraft
|
|
/paper-server
|
|
/paper-api
|
|
/paper-api-generator
|
|
|
|
.idea/
|