diff --git a/.gitignore b/.gitignore index 2dde867c60..cd3dcd18b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ **/.editorconfig *~ /.idea +!/.idea/vcs.xml *.iml settings.xml .classpath.txt diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000000..8a14c8f43c --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + diff --git a/.ratignore b/.ratignore index 0ec8dd88f4..42ec830565 100644 --- a/.ratignore +++ b/.ratignore @@ -1,6 +1,7 @@ **/.gitattributes **/.gitignore .ratignore +.idea/vcs.xml # Third-party license files src/main/config/licenses/ #