diff --git a/.gitignore b/.gitignore index 84aeb25c05..aa43219f3a 100644 --- a/.gitignore +++ b/.gitignore @@ -105,4 +105,11 @@ hs_err_pid* .vscode/ # Python Virtual Env -.venv \ No newline at end of file +.venv + +# Development Experience + +# You can create runtime/defaults/src/main/resources/application-local.properties file +# to override default properties for local development. +# And then use `./gradlew run -Dquarkus.profile=local` to run Polaris with dev profile. +application-local.properties \ No newline at end of file