Removed audio gitignore

This commit is contained in:
2024-11-03 11:52:24 -05:00
parent 8ea9c8d711
commit 806f2dcd50
7 changed files with 92 additions and 12 deletions

6
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"recommendations": [
"rust-lang.rust-analyzer",
"ms-vscode.makefile-tools"
]
}

View File

@@ -1,6 +1,3 @@
{
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
"makefile.configureOnOpen": false
}