This is an automated email from the ASF dual-hosted git repository.
honahx 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 a4e62bdef fix(enhancement): add .idea, .vscode, .venv to top level
.gitignore (#2718)
a4e62bdef is described below
commit a4e62bdef32a42680dc2cdd895240ab56976cb0f
Author: Artur Rakhmatulin <[email protected]>
AuthorDate: Fri Oct 3 00:26:29 2025 +0100
fix(enhancement): add .idea, .vscode, .venv to top level .gitignore (#2718)
fix(enhancement): add .idea, .vscode, .venv to top level .gitignore
---
.gitignore | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 1ed91e41d..acc8f26d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,7 +64,7 @@ gradle/wrapper/gradle-wrapper-*.sha256
.env
# IntelliJ
-/.idea
+.idea/
*.iml
*.ipr
*.iws
@@ -100,3 +100,9 @@ hs_err_pid*
# macOS
*.DS_Store
+
+# vscode
+.vscode/
+
+# Python Virtual Env
+.venv
\ No newline at end of file