This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resource.git
The following commit(s) were added to refs/heads/master by this push:
new 38e615e Update gitignore to exclude vscode
38e615e is described below
commit 38e615e7543788d775c40e3d1c6d4df373370e24
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Jun 3 18:41:20 2025 +0200
Update gitignore to exclude vscode
---
.gitignore | 1 +
.vscode/settings.json | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 5b783ed..38f5ca4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,4 +14,5 @@ maven-eclipse.xml
.vlt
.DS_Store
jcr.log
+.vscode
atlassian-ide-plugin.xml
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 8f2b711..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "java.compile.nullAnalysis.mode": "disabled"
-}
\ No newline at end of file