ignore binaries

deciding not to keep them in the repo
This commit is contained in:
Edward R. Gonzalez 2024-12-25 19:58:51 -05:00
parent a4969ee266
commit 66a15a7a02
4 changed files with 22 additions and 4 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@ GasaGen_*.pdb
Project/Content/
.vs
.vs
Project/Binaries

22
.vscode/settings.json vendored
View File

@ -4,5 +4,25 @@
"files.associations": {
"*.rmd": "markdown",
"*.rh": "cpp"
}
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#65c89b",
"activityBar.background": "#65c89b",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#945bc4",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#65c89b",
"statusBar.background": "#42b883",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#359268",
"statusBarItem.remoteBackground": "#42b883",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#42b883",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#42b88399",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#42b883"
}

Binary file not shown.