Skip to content

Commit

Permalink
chore(project): Ignore/exclude git-versioned
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
  • Loading branch information
heliocastro committed Jun 2, 2024
1 parent 7f3241a commit 30b714f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jgiven-reports/
.settings
.factorypath

# Ignore VSCode files
.vscode/
#*.code-workspace

# Ignore backup files
*.bak
*.orig
Expand Down Expand Up @@ -70,3 +66,6 @@ tmp/**/*

# Git versioned
.git-versioned-pom.xml

# Python local pyenv
.python-version
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.exclude": {
"**/.git-versioned-pom.xml": true
}
}
9 changes: 6 additions & 3 deletions sw360.code-workspace
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"folders": [
{
"path": ".",
},
"path": "."
}
],
"settings": {
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable",
"java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "automatic",
},
"files.exclude": {
"**/.git-versioned-pom.xml": true
}
}
}

0 comments on commit 30b714f

Please sign in to comment.