Compare commits

...

2 Commits

Author SHA1 Message Date
naskya d8dcde6d98 Merge branch 'vscode-history-ignore' into 'develop'
Extend gitignore for local history VSCode plugin

Co-authored-by: TrojanerHD <github@trojaner.dev>

See merge request firefish/firefish!10683
2024-02-29 00:12:06 +00:00
Trojaner a706abca55 Extend gitignore for local history VSCode plugin
Co-authored-by: TrojanerHD <github@trojaner.dev>
2024-02-29 00:12:06 +00:00
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
/.vscode
!/.vscode/extensions.json
!/.vscode/launch.json
/.history/
# Intelij-IDEA
/.idea