diff --git a/.gitignore b/.gitignore index d0447a2dd..d336fa35a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,16 @@ /.idea/gradle.xml /.idea/kotlinc.xml /.idea/misc.xml +.idea/artifacts +.idea/compiler.xml +.idea/jarRepositories.xml +.idea/modules.xml +.idea/*.iml +.idea/modules +/.intellijPlatform/ +.idea/runConfigurations.xml +*.iml +*.ipr .DS_Store /build /captures @@ -18,4 +28,4 @@ .cxx local.properties .idea/vcs.xml -/tmp \ No newline at end of file +/tmp diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 000000000..53bedc965 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +roborazzi-root \ No newline at end of file