diff options
author | Lisandro Pérez Meyer <lpmeyer@ics.com> | 2023-11-21 10:20:50 -0300 |
---|---|---|
committer | Lisandro Pérez Meyer <lpmeyer@ics.com> | 2023-11-21 10:21:04 -0300 |
commit | 1cbdb8129dd5db73475e7cfe02255b6bec13c705 (patch) | |
tree | 740d240125f683c3e5c37560eb36c447afd82f10 | |
parent | f533746fd7b07d71a1a3cbec8944056c0d329e84 (diff) |
Update: Update gitignore file. Exclude vscode configuration.
Original from: Dominik Wawrzonek <dwawrzonek@ics.com>
Bug-AGL: SPEC-4971
Change-Id: Ibbb322950b680a50629dfdc40ecd7bb3e481728d
Signed-off-by: Lisandro Pérez Meyer <lpmeyer@ics.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ migrate_working_dir/ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/ |