chore: add IntelliJ and VSCode files to `.gitignore`

Add project files by IntelliJ IDEA and Visual Studio Code to `.gitignore`
as used at `.gitignore` at backstage/backstage.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
Patrick Jungermann 2024-04-24 16:37:21 +02:00
parent 8873e21751
commit 7588c3fd80
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -1,6 +1,14 @@
# macOS
.DS_Store
# IntelliJ
.idea/
*.iml
# Visual Studio Code
.vscode/
.vsls.json
# Logs
logs
*.log