diff --git a/.gitignore b/.gitignore index 7fa1e2dabb..e68c7c1070 100644 --- a/.gitignore +++ b/.gitignore @@ -13,9 +13,16 @@ dest/ .classpath # Intellij -.idea/ +.idea/** *.iml *.iws +# useful exclusions +!.idea/copyright +!.idea/copyright/bme_apache2.xml +!.idea/copyright/profiles_settings.xml +!.idea/codeStyles +!.idea/codeStyles/codeStyleConfig.xml +!.idea/codeStyles/Project.xml # Other wdl-output.json diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000000..7e29de00dd --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,78 @@ + + + + + \ 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 diff --git a/.idea/copyright/bme_apache2.xml b/.idea/copyright/bme_apache2.xml new file mode 100644 index 0000000000..97178a1877 --- /dev/null +++ b/.idea/copyright/bme_apache2.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000000..978f7b5fe9 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file