Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update .gitignore
  • Loading branch information
imoyito28 committed Sep 15, 2024
commit 11525eb5fa0b1d7f612df319f20aa46052e2b984
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ bin/
jdt-language-server-latest.tar.gz
jdtls/

!.mvn/wrapper/maven-wrapper.jar
!.mvn/wrapper/maven-wrapper.jar
.fake
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"type": "java",
"name": "Debug (Attach)",
Expand Down