1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-18 23:44:07 +03:00

vscode launch add to the gitignore

This commit is contained in:
Roman Perekhod 2025-04-14 09:58:11 +02:00
parent f2885d8781
commit 1185c3e069
2 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -29,6 +29,10 @@ ocis/cmd/ocis/config/
# IDEs
.idea
# Visual Studio Code
.vscode
!.vscode/launch-example.json
# Composer - used for API acceptance tests
composer.lock
vendor-bin/**/vendor