diff --git a/.gitignore b/.gitignore index 21e7defe1..5b6c02c22 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,9 @@ buildNumber.properties .mvn/timing.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar -.idea/ +.idea/workspace.xml +.idea/usage.statistics.xml +.idea/shelf whitelabel.iml # IDE - It's up to developer to decide, we don't want to force configuration @@ -28,3 +30,5 @@ secret .autogram /fakeTokenDriver + +/cache diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 000000000..18548bc5c --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.run/Main.run.xml b/.run/Main.run.xml index 705017daa..172ac9383 100644 --- a/.run/Main.run.xml +++ b/.run/Main.run.xml @@ -4,8 +4,7 @@