diff options
| author | Lord Jabu Jabu <TheJabuJabu@proton.me> | 2025-01-19 05:30:46 -0700 |
|---|---|---|
| committer | Archez <archez39@me.com> | 2025-01-19 13:49:23 -0500 |
| commit | 335754353855184d93614be0fba4c351199d311f (patch) | |
| tree | b18d833693e3264b93ba4525d6161835c54c7e64 /.gitignore | |
| parent | c466c92905240571f26add45ef167c13af2cc503 (diff) | |
Dev Feature - Create VS Code Build tasks and update build documentation (#4895)
* Added vs code build tasks
* Fix typo in BUILDING.md regarding CMake Tools plugin
* Add "Build All" task to VS Code configuration
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 9c499abb0..ec5401c38 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,9 @@ __pycache__/ .DS_Store # Text editor remnants -.vscode/ +.vscode/* +!.vscode/tasks.json + .vs/ .idea/ cmake-build-** @@ -400,7 +402,6 @@ ASALocalRun/ lib/libgfxd/libgfxd.a ExporterTest/ExporterTest.a ZAPDUtils/ZAPDUtils.a -.vscode/ build/ external/ ZAPDUtils/build/ |
