Skip to content

Commit

Permalink
exclude project files
Browse files Browse the repository at this point in the history
  • Loading branch information
svenefftinge committed Nov 1, 2019
1 parent bdac92b commit 0c5aed0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
"java.configuration.updateBuildConfiguration": "interactive",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
}

0 comments on commit 0c5aed0

Please sign in to comment.