Update the .gitignore to ignore any files created by Jetbrains software (the .idea folder)
This commit is contained in:
parent
9b76812d89
commit
b3fcba7293
1 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ WebBrowser/bin/*
|
||||||
Xero Browser Setup\Release
|
Xero Browser Setup\Release
|
||||||
Xero Browser Setup\Debug
|
Xero Browser Setup\Debug
|
||||||
.vs/*
|
.vs/*
|
||||||
|
.idea/*
|
Reference in a new issue