Skip to content

Commit

Permalink
Uncommit local vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
isapir committed Sep 7, 2024
1 parent aa1e560 commit ed498f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#1E330C",
"titleBar.activeBackground": "#2A4711",
"titleBar.activeForeground": "#F7FCF2"
},
"java.configuration.updateBuildConfiguration": "automatic",
"cflint.exclude": [
"loader/**",
Expand Down
6 changes: 4 additions & 2 deletions dev/lib/.gitkeep
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Maven dependencies can be downloaded by running the goal dependency:copy-dependencies
## e.g. by running the following command from the Project root directory:
# mvn -f loader/pom.xml dependency:copy-dependencies -DoutputDirectory=../dev/lib
## e.g. by running the mvn command or sourcing this file from the Project root directory:
# source ./dev/lib/.gitkeep

mvn -f loader/pom.xml dependency:copy-dependencies -DoutputDirectory=../dev/lib

0 comments on commit ed498f1

Please sign in to comment.