diff --git a/.gitignore b/.gitignore index 8893ccc80..342279252 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ build *.iml **/**.iml *.ipr -.idea dist target **/*.releaseBackup diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..255483534 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,6 @@ +# Default ignored files +/* + +# things we want to be shared +!/inspectionProfiles +!/.gitignore \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..06ea3d545 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,253 @@ + + + + \ No newline at end of file