This is an automated email from the ASF dual-hosted git repository.
dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 86c5bd995 chore(enhancement): gitignore application-local.properties
(#3175)
86c5bd995 is described below
commit 86c5bd9958288cab7973f51b43ce2ae0be3e492d
Author: Artur Rakhmatulin <[email protected]>
AuthorDate: Mon Dec 1 23:11:43 2025 +0000
chore(enhancement): gitignore application-local.properties (#3175)
---
.gitignore | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 84aeb25c0..aa43219f3 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