diff --git a/.gitignore b/.gitignore index 49dbaa283f..d307a9c579 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ +.idea/* +!.idea/codeStyles +!.idea/copyright *.iml .gradle /local.properties /configuration.properties /github.properties /apikeys.properties -.idea/* -!.idea/copyright .DS_Store /build /libs diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000000..54c626d5e1 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,119 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000000..79ee123c2b --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file