gitignore fix

This commit is contained in:
Justin Parsell 2022-03-01 16:14:38 -05:00
parent 0cac14f7a7
commit f5593419d1
3 changed files with 0 additions and 25 deletions

15
.vscode/launch.json vendored
View File

@ -1,15 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch App",
"request": "launch",
"mainClass": "App",
"projectName": "JavaPingReport_ce27afdc",
}
]
}

10
.vscode/settings.json vendored
View File

@ -1,10 +0,0 @@
{
"java.project.sourcePaths": [
"src"
],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
],
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m"
}

Binary file not shown.