Update the .gitignore to ignore any files created by Jetbrains software (the .idea folder)

This commit is contained in:
RandomHuman 2024-03-24 10:50:02 +00:00
parent 9b76812d89
commit b3fcba7293

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ WebBrowser/bin/*
Xero Browser Setup\Release
Xero Browser Setup\Debug
.vs/*
.idea/*