chore: Add workspace.xml to .gitignore to prevent IDE configuration files from being tracked
This commit is contained in:
parent
6acfee2f95
commit
e8dceaca27
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/target
|
||||
/.direnv
|
||||
/logs
|
||||
.idea/workspace.xml
|
||||
|
|
Loading…
Reference in a new issue