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

3
.gitignore vendored
View file

@ -8,4 +8,5 @@ WebBrowser/obj/*
WebBrowser/bin/*
Xero Browser Setup\Release
Xero Browser Setup\Debug
.vs/*
.vs/*
.idea/*