1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

fix gitignore for vscode

This commit is contained in:
Patrick Kanzler
2020-05-11 01:15:41 +02:00
parent 42554d836c
commit cbe412cfdb
2 changed files with 16 additions and 1 deletions

6
.gitignore vendored
View File

@@ -31,4 +31,8 @@ test/test-cli-output/
*.swo
# vscode
.vscode/settings.json
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json