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

Merge pull request #11234 from 2403905/ignore-vs

vscode launch add to the gitignore
This commit is contained in:
Roman Perekhod 2025-04-15 10:14:01 +02:00 committed by GitHub
commit 2d821eb990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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